Skip to content

Commit 5ffb09f

Browse files
authored
Merge pull request #1309 from s-hirano-ist/renovate/github-actions-updates
chore(deps): update docker/build-push-action digest to 2634353
2 parents 7e1a6d1 + e3c00e3 commit 5ffb09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
type=raw,value=${{ env.PACKAGE_VERSION }}
4141
4242
- name: Build and push Docker image with version tag
43-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
43+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
4444
with:
4545
context: .
4646
file: ./Dockerfile
@@ -101,7 +101,7 @@ jobs:
101101
type=raw,value=${{ env.PACKAGE_VERSION }}
102102
103103
- name: Build and push Docker image with version tag
104-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
104+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
105105
with:
106106
context: .
107107
file: ./.storybook/storybook.Dockerfile

0 commit comments

Comments
 (0)