Skip to content

Commit

Permalink
Merge pull request #36 from nlnwa/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
2 parents 1147bca + 8975ce5 commit 79b5c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=ref,event=pr
- name: Build and do NOT push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 79b5c80

Please sign in to comment.