ci: publish sha to docker registry (#7127)

This commit is contained in:
Silvan
2024-01-02 15:03:23 +01:00
committed by GitHub
parent a8b8c89f73
commit 4e3936b5bf
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ jobs:
pull-requests: write
needs:
[version, core-unit-test, core-integration-test, lint, container, e2e]
if: ${{ needs.version.outputs.published == 'true' && github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'workflow_dispatch' }}
secrets:
GCR_JSON_KEY_BASE64: ${{ secrets.GCR_JSON_KEY_BASE64 }}
with: