Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Oct 29, 2024
1 parent 4fc4c7d commit 93528ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ runs:
using: "composite"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

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

- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -40,7 +40,7 @@ runs:
echo "vcs_ref=${vcs_ref}" >> $GITHUB_OUTPUT
- name: Build and push docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
build-args: |
BUILD_DATE=${{ steps.context.outputs.build_date }}
Expand Down

0 comments on commit 93528ec

Please sign in to comment.