Skip to content

Commit

Permalink
Merge pull request #28 from nlnwa/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
maeb authored Apr 18, 2024
2 parents 751ddfc + 726a622 commit 4eebb79
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 4eebb79

Please sign in to comment.