Skip to content

Commit

Permalink
Fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Nov 13, 2024
1 parent 3dec785 commit 8d8e528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

- name: Install prerequisites
run: |
apt update -y
apt install -y software-properties-common
add-apt-repository universe
apt install -y docker.io packer
sudo apt update -y
sudo apt install -y software-properties-common
sudo add-apt-repository universe
sudo apt install -y docker.io packer
# packer plugins install github.com/hashicorp/docker
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 8d8e528

Please sign in to comment.