Update image tag

This commit is contained in:
ThompsonNye
2024-09-05 14:29:44 +02:00
parent 201ec36e4e
commit 8fe4b45a78

View File

@@ -38,5 +38,5 @@ jobs:
- name: Build and push, channel 'stable' - name: Build and push, channel 'stable'
run: | run: |
export CHANNEL=stable export CHANNEL=stable
export IMAGE_WITH_TAG=${{ vars.DOCKER_REGISTRY_HOST }}/${{ vars.DOCKER_REPO_AND_IMAGE }}:$CHANNEL export IMAGE_WITH_TAG=${{ vars.DOCKER_REGISTRY_HOST }}/${{ vars.DOCKER_REPO_AND_IMAGE }}:web.$CHANNEL
docker buildx build . --build-arg CHANNEL=$CHANNEL -t $IMAGE_WITH_TAG --no-cache --push docker buildx build . --build-arg CHANNEL=$CHANNEL -t $IMAGE_WITH_TAG --no-cache --push