We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2e40b + 43f86da commit 286c853Copy full SHA for 286c853
2 files changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
39
40
- name: Build image
41
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
+ uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
42
with:
43
push: false
44
provenance: false
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
type=semver,pattern={{version}}
- name: Build and push Docker image
45
id: build-and-push
46
47
push: true
0 commit comments