mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Fix container release
This commit is contained in:
parent
ad6de2897e
commit
ea3a07e3c2
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Tag release container image
|
||||
if: github.event.action == 'published'
|
||||
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
|
||||
|
||||
- name: Upload container image
|
||||
|
Loading…
x
Reference in New Issue
Block a user