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.
1 parent 94ee49a commit 59a4928Copy full SHA for 59a4928
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Build and push Docker image
48
if: steps.semantic.outputs.new_release_published == 'true'
49
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
50
with:
51
context: .
52
push: true
0 commit comments