Skip to content

Commit

Permalink
Devops: Bump docker/bake-action from 4 to 5 (#6500)
Browse files Browse the repository at this point in the history
Updates `docker/bake-action` from 4 to 5
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4...v5)
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 24cfbe2 commit 297c3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build images
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
# Load to Docker engine for testing
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Build and upload to ghcr.io 📤
id: build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: true
workdir: .docker/
Expand Down

0 comments on commit 297c3c9

Please sign in to comment.