Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

ci(deps): update docker/bake-action action to v4.1.0 #1284

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
id: bake
with:
targets: ${{ inputs.bake_target_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: List targets
id: targets
uses: docker/bake-action/subaction/list-targets@v4
uses: docker/bake-action/subaction/list-targets@849707117b03d39aba7924c50a10376a69e88d7d # v4.1.0
with:
target: ${{ inputs.bake-group }}

Expand Down
Loading