Fix docker tag command

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

View File

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