We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6575dcd commit ea2e20aCopy full SHA for ea2e20a
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
tags: type=semver,pattern={{version}}
50
- name: Build and push Docker image
51
id: push
52
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
53
with:
54
context: .
55
push: true
0 commit comments