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

Commit

Permalink
ci(deps): update docker/bake-action action to v4.1.0 (#1284)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 350c2c1 commit a0a9a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit a0a9a5d

Please sign in to comment.