We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc927bd + df6ecc5 commit 0945459Copy full SHA for 0945459
2 files changed
.github/workflows/docker.yaml
@@ -33,7 +33,7 @@ jobs:
33
password: ${{ secrets.GITHUB_TOKEN }}
34
- name: Build and push image
35
id: push
36
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
37
with:
38
context: .
39
push: true
.github/workflows/release.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Build and push Docker image
44
45
46
47
48
file: ./Dockerfile
0 commit comments