Fix docker image tag
This commit is contained in:
@@ -37,5 +37,5 @@ jobs:
|
||||
- name: Build and push, channel 'stable'
|
||||
run: |
|
||||
export CHANNEL=stable
|
||||
export IMAGE_WITH_TAG=${{ vars.DOCKER_REGISTRY_HOST }}/${{ vars.DOCKER_REPO_AND_IMAGE }}:stable
|
||||
export IMAGE_WITH_TAG=${{ vars.DOCKER_REGISTRY_HOST }}/${{ vars.DOCKER_REPO_AND_IMAGE }}:$CHANNEL
|
||||
docker buildx build . --build-arg CHANNEL=$CHANNEL -t $IMAGE_WITH_TAG --no-cache --push
|
||||
|
||||
Reference in New Issue
Block a user