We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20c4b9f + 87494c7 commit fe9a374Copy full SHA for fe9a374
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
type=raw,value=latest
41
42
- name: build and push image
43
- uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
44
with:
45
context: .
46
push: true
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/setup-buildx-action@v3
54
55
- name: build docker image
56
57
58
59
push: false
0 commit comments