1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

fix multiarch tag prefix for master branch

This commit is contained in:
fdarveau 2023-05-24 20:34:42 -04:00
parent 82a06e73e7
commit 2ffecba8aa

View file

@ -31,7 +31,7 @@ jobs:
id: prep-multiarch id: prep-multiarch
run: | run: |
DOCKER_IMAGE=ghcr.io/${{ github.repository }} DOCKER_IMAGE=ghcr.io/${{ github.repository }}
VERSION=multiarch VERSION=latest
if [[ '${{ github.head_ref }}' != '' ]]; then if [[ '${{ github.head_ref }}' != '' ]]; then
VERSION=${{github.head_ref}} VERSION=${{github.head_ref}}
fi fi