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 3b2a974 commit 3b80157Copy full SHA for 3b80157
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
with:
86
registry: ghcr.io
87
repository: ${{ github.repository }}/${{ matrix.package }}
88
- target: ${{inputs.containers_tag}} # this is the tag of the containers to deploy, defaults to test
+ target: ${{ inputs.containers_tag || 'test' }} # this is the tag of the containers to deploy, defaults to test
89
tags: |
90
${{ needs.vars.outputs.tags }}
91
resume-resources:
0 commit comments