Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed May 18, 2024
1 parent 850d69f commit 3f2dca7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-push-multiarch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo usermod -aG docker "$USER"
sudo chgrp docker /var/run/docker.sock
sudo chmod g+rw /var/run/docker.sock
sudo usermod -aG docker "$USER"
sudo newgrp docker
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -162,9 +163,10 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo usermod -aG docker "$USER"
sudo chgrp docker /var/run/docker.sock
sudo chmod g+rw /var/run/docker.sock
sudo usermod -aG docker "$USER"
sudo newgrp docker
- name: Download Digests
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3f2dca7

Please sign in to comment.