Fix image tag
All checks were successful
Build Flutter SDK Docker Image / build (push) Successful in 4m19s
All checks were successful
Build Flutter SDK Docker Image / build (push) Successful in 4m19s
This commit is contained in:
@@ -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 }}: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
|
||||||
|
|||||||
Reference in New Issue
Block a user