We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689711e commit 79d3b19Copy full SHA for 79d3b19
.github/workflows/build-deploy-app.yml
@@ -76,7 +76,7 @@ jobs:
76
id: docker-push
77
with:
78
team: dapla-stat
79
- tag: ${{ steps.version-tag.outputs.version-tag }} # Empty if not triggered by release
+ tag: ${{ steps.version-tag.outputs.version_tag }} # Empty if not triggered by release
80
pull: false
81
project_id: ${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}
82
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
0 commit comments