Merge pull request #576 from kiwix/new-attempt-for-container-images

New attempt for container images
This commit is contained in:
Kelson 2023-03-16 09:35:12 +01:00 committed by GitHub
commit 8862963dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ 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 }} $GITHUB_REF_NAME docker tag ${{ steps.env.outputs.IMAGE_NAME }}:dev $GITHUB_REF_NAME
docker tag ${{ steps.env.outputs.IMAGE_NAME }} latest docker tag ${{ steps.env.outputs.IMAGE_NAME }}:dev latest
- name: Upload container image - name: Upload container image
run: | run: |