mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 11:39:36 +02: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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue