Skip to content

Commit

Permalink
Merge pull request #124 from tosuke-homelab/renovate/docker-bake-acti…
Browse files Browse the repository at this point in the history
…on-5.x

chore(deps): update docker/bake-action action to v5.11.0
  • Loading branch information
tosuke authored Dec 11, 2024
2 parents d5378db + 958f246 commit 94e1157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wf-build-bird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
type=ref,event=pr
type=sha,prefix=v${{ env.BIRD_VERSION }}-
- name: Build and push artifacts
uses: docker/bake-action@2e3d19baedb14545e5d41222653874f25d5b4dfb # v5.10.0
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
env:
ON_DEFAULT_BRANCH: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf-build-otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
type=ref,event=pr
type=sha
- name: Build and push artifacts
uses: docker/bake-action@2e3d19baedb14545e5d41222653874f25d5b4dfb # v5.10.0
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
env:
ON_DEFAULT_BRANCH: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
with:
Expand Down

0 comments on commit 94e1157

Please sign in to comment.