Skip to content

Commit

Permalink
Merge pull request #171 from vlingo/gh-docker-actions
Browse files Browse the repository at this point in the history
Bump docker build actions
  • Loading branch information
jakzal authored Nov 6, 2024
2 parents cc8312f + 6f4a5a7 commit 3341644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,20 @@ jobs:
path: dist/

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
if: steps.version.outputs.push == 'true'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build & Push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ steps.version.outputs.push }}
Expand Down

0 comments on commit 3341644

Please sign in to comment.