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 e610fef commit e34f8caCopy full SHA for e34f8ca
.github/workflows/release.yml
@@ -67,8 +67,9 @@ jobs:
67
repository: ${{ github.repository }}/${{ matrix.package }}
68
target: ${{inputs.containers_tag}} # this is the tag of the containers to deploy, defaults to test
69
tags: |
70
- "prod"
71
- "${{ needs.vars.outputs.version }}"
+ prod
+ ${{ needs.vars.outputs.version }}
72
+ ${{ needs.vars.outputs.tag }}
73
resume-resources:
74
name: Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
75
needs: [vars]
0 commit comments