Update docker image tag
All checks were successful
Build Flutter SDK Docker Image / build (push) Successful in 4m7s

This commit is contained in:
2025-04-18 11:16:03 +02:00
parent f416218600
commit 0e646f2311

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 }}:web_$CHANNEL 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 docker buildx build . --build-arg CHANNEL=$CHANNEL -t $IMAGE_WITH_TAG --no-cache --push