Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.9.0
Browse files Browse the repository at this point in the history
| datasource  | package                  | from   | to     |
| ----------- | ------------------------ | ------ | ------ |
| github-tags | docker/build-push-action | v6.8.0 | v6.9.0 |
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 86e8a27 commit 8548582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build container images
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: ${{ env.IMAGE_NAME }}:latest
Expand All @@ -162,7 +162,7 @@ jobs:

- name: Push container images
if: ${{ env.IMAGE_TAG != '' }}
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
Expand Down

0 comments on commit 8548582

Please sign in to comment.