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 f9fb0eb commit 383c6a6Copy full SHA for 383c6a6
.github/workflows/docker-publish.yml
@@ -67,7 +67,7 @@ jobs:
67
if: github.ref_name == 'main'
68
with:
69
context: .
70
- push: true
+ push: false
71
tags: |
72
${{ env.CR_REPO }}:${{ github.ref_name }}-${{ steps.vars.outputs.sha_short }}
73
-
0 commit comments