Skip to content

Commit 3316e5f

Browse files
Bump docker/build-push-action from 5.0.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0565240...471d1dc) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb4555f commit 3316e5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
run: src/workflows/prune-for-preview-env.sh
207207

208208
- name: 'Build and push image'
209-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
209+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
210210
with:
211211
context: .
212212
push: true

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}
8888

8989
- name: 'Build and push image'
90-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
90+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
9191
with:
9292
context: .
9393
push: true

.github/workflows/azure-staging-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: src/early-access/scripts/merge-early-access.sh
9292

9393
- name: 'Build and push image'
94-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
94+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
9595
with:
9696
context: .
9797
push: true

.github/workflows/main-preview-docker-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: src/workflows/prune-for-preview-env.sh
6969

7070
- name: 'Build and push image'
71-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
71+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
7272
with:
7373
context: .
7474
push: true

0 commit comments

Comments
 (0)