Fix container release

This commit is contained in:
Emmanuel Engelhart 2023-03-16 09:05:03 +01:00
parent ad6de2897e
commit ea3a07e3c2
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Tag release container image - name: Tag release container image
if: github.event.action == 'published' if: github.event.action == 'published'
run: | run: |
docker tag ${{ steps.env.outputs.IMAGE_NAME }} ${{ env.GITHUB_REF_NAME }} docker tag ${{ steps.env.outputs.IMAGE_NAME }} $GITHUB_REF_NAME
docker tag ${{ steps.env.outputs.IMAGE_NAME }} latest docker tag ${{ steps.env.outputs.IMAGE_NAME }} latest
- name: Upload container image - name: Upload container image