Skip to content

Commit 3dfd558

Browse files
committed
fix: correct docker/build-push-action pinned SHA
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
1 parent f80b989 commit 3dfd558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
type=sha,prefix=dev-,enable=${{ github.ref == 'refs/heads/dev' }}
127127
type=raw,value=dev-latest,enable=${{ github.ref == 'refs/heads/dev' }}
128128
129-
- uses: docker/build-push-action@263435318d21b8e681c14492fe198e19c816612b # v6.18.0
129+
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
130130
with:
131131
context: .
132132
push: true

0 commit comments

Comments
 (0)