Merge pull request #575 from kiwix/use-latest-container-images

Use latest container images
This commit is contained in:
Kelson 2023-03-16 09:16:36 +01:00 committed by GitHub
commit 9d2eae0c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: CI Containers name: Container images CD
on: on:
push: push:
@ -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