Skip to content

Commit 79d3b19

Browse files
committedOct 25, 2024·
fix typo
1 parent 689711e commit 79d3b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-deploy-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id: docker-push
7777
with:
7878
team: dapla-stat
79-
tag: ${{ steps.version-tag.outputs.version-tag }} # Empty if not triggered by release
79+
tag: ${{ steps.version-tag.outputs.version_tag }} # Empty if not triggered by release
8080
pull: false
8181
project_id: ${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}
8282
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}

0 commit comments

Comments
 (0)
Please sign in to comment.