mirror of
https://github.com/pawelmalak/flame.git
synced 2025-04-23 13:27:21 -04:00
fix multiarch tag prefix for master branch
This commit is contained in:
parent
82a06e73e7
commit
2ffecba8aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue