Skip to content

Commit

Permalink
feat(ci): update docker/bake-action and docker/build-push-action
Browse files Browse the repository at this point in the history
…versions to enable GitHub Actions build summary (#4898)

* update docker actions

Signed-off-by: Yutaka Kondo <[email protected]>

* update docker actions

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Jun 21, 2024
1 parent ebd4fe7 commit 1d6c9a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ runs:
if: ${{ github.event_name == 'push' ||
github.event_name == 'schedule' ||
(github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'registry') }}
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: ${{ inputs.allow-push == 'true' }}
files: |
Expand All @@ -126,7 +126,7 @@ runs:
- name: Build only
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
password: ${{ github.token }}

- name: Run docker build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: docker/Dockerfile
context: .
Expand Down

0 comments on commit 1d6c9a0

Please sign in to comment.