We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c872ab commit bdb59c2Copy full SHA for bdb59c2
1 file changed
.github/workflows/newbuild.yml
@@ -425,8 +425,9 @@ jobs:
425
steps:
426
- name: Create Tag
427
id: tag
428
- run: echo "tag=${{ needs.setup.outputs.tag-prefix }}-${{ matrix.tag }}" >> $GITHUB_OUTPUT
429
- run: echo "tag-alias=${{ needs.setup.outputs.tag-alias-prefix }}-${{ matrix.tag }}" >> $GITHUB_OUTPUT
+ run: |
+ echo "tag=${{ needs.setup.outputs.tag-prefix }}-${{ matrix.tag }}" >> $GITHUB_OUTPUT
430
+ echo "tag-alias=${{ needs.setup.outputs.tag-alias-prefix }}-${{ matrix.tag }}" >> $GITHUB_OUTPUT
431
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
432
with:
433
registry: ${{ env.REGISTRY }}
0 commit comments