We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 857fc42 + 51f483b commit 23055d3Copy full SHA for 23055d3
2 files changed
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
55
56
- name: Build image
57
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
58
with:
59
push: false
60
provenance: false
.github/workflows/release.yml
@@ -134,7 +134,7 @@ jobs:
134
type=pep440,pattern={{version}}
135
136
- name: Build and push Docker image
137
138
id: build-and-push
139
140
push: true
0 commit comments