Skip to content

Commit

Permalink
Merge pull request #659 from voxpupuli/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
bastelfreak authored Sep 12, 2023
2 parents 068be51 + fa2b191 commit 59e76cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build Docker image
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down

0 comments on commit 59e76cb

Please sign in to comment.