Add container 'latest' tag

This commit is contained in:
Emmanuel Engelhart 2023-02-10 11:47:56 +01:00 committed by Kelson
parent fed574d0c9
commit f16f55fd07
1 changed files with 1 additions and 0 deletions

View File

@ -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: |