Skip to content

Commit 8fd9d6f

Browse files
Update docker/build-push-action action to v6.17.0
1 parent 19de260 commit 8fd9d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "ImageTag=${GITHUB_REF##*/}" >> $GITHUB_ENV
2929

3030
- name: Build and push Docker images
31-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
31+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
3232
with:
3333
push: true
3434
context: .

0 commit comments

Comments
 (0)