Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent d20d8fd commit 1239c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_public_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push to DockerHub (release prd)
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
push: true
build-args: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
$GITHUB_OUTPUT

- name: Build and push to DockerHub (develop branch)
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
push: true
build-args: |
Expand Down

0 comments on commit 1239c8e

Please sign in to comment.