Skip to content

Commit

Permalink
ci(deps): update docker/build-push-action action to v6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eoeo-renovate[bot] authored Feb 26, 2025
1 parent 0f9b30b commit 81d9922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Build and push by digest
id: build
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
with:
platforms: ${{ matrix.platform }}
labels: ${{ needs.meta.outputs.labels }}
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
type=ref,event=branch,suffix=-migrate
- name: Build and push Docker image
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
with:
file: 'migrate.Dockerfile'
push: ${{ fromJson(needs.env.outputs.PUSH) }}
Expand Down

0 comments on commit 81d9922

Please sign in to comment.