Skip to content

Commit 1cb8b83

Browse files
Update docker/build-push-action action to v6.19.2
1 parent f78d72a commit 1cb8b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
31+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
3232
with:
3333
push: true
3434
context: .

0 commit comments

Comments
 (0)