Skip to content

Commit e34f8ca

Browse files
committed
still trying
1 parent e610fef commit e34f8ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ jobs:
6767
repository: ${{ github.repository }}/${{ matrix.package }}
6868
target: ${{inputs.containers_tag}} # this is the tag of the containers to deploy, defaults to test
6969
tags: |
70-
"prod"
71-
"${{ needs.vars.outputs.version }}"
70+
prod
71+
${{ needs.vars.outputs.version }}
72+
${{ needs.vars.outputs.tag }}
7273
resume-resources:
7374
name: Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
7475
needs: [vars]

0 commit comments

Comments
 (0)