Skip to content

Commit 7192c64

Browse files
chore(deps): update docker/build-push-action action to v6 (#4131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40f8262 commit 7192c64

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/azure-deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: az acr login --name ${{ env.ACR_NAME }}
6161

6262
- name: build & push image
63-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
63+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
6464
with:
6565
context: .
6666
file: ./Dockerfile

.github/workflows/azure-deploy-themebuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: az acr login --name ${{ env.ACR_NAME }}
6161

6262
- name: build & push image
63-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
63+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
6464
with:
6565
context: .
6666
file: ./Dockerfile

.github/workflows/azure-deploy-www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: az acr login --name ${{ env.ACR_NAME }}
6161

6262
- name: build & push image
63-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
63+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
6464
with:
6565
context: .
6666
file: ./Dockerfile

0 commit comments

Comments
 (0)