Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.4.0 to 6.4.1 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 56eb79b commit 45c71c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- name: Docker Build
id: docker_build
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
push: false
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: .
push: true
Expand Down

0 comments on commit 45c71c6

Please sign in to comment.