mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Add container 'latest' tag
This commit is contained in:
parent
fed574d0c9
commit
f16f55fd07
1
.github/workflows/container.yml
vendored
1
.github/workflows/container.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
if: github.event.action == 'published'
|
||||
run: |
|
||||
docker tag ${{ steps.env.outputs.IMAGE_NAME }} ${{ env.GITHUB_REF_NAME }}
|
||||
docker tag ${{ steps.env.outputs.IMAGE_NAME }} latest
|
||||
|
||||
- name: Upload container image
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user