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
run: |
DOCKER_IMAGE=ghcr.io/${{ github.repository }}
VERSION=multiarch
VERSION=latest
if [[ '${{ github.head_ref }}' != '' ]]; then
VERSION=${{github.head_ref}}
fi