Fix image tag
All checks were successful
Build Flutter SDK Docker Image / build (push) Successful in 4m19s

This commit is contained in:
2025-02-27 18:45:14 +01:00
parent d392edb660
commit f416218600

View File

@@ -38,5 +38,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 }}:web.$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