We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46afe8 commit 59edf64Copy full SHA for 59edf64
.github/workflows/docker.yml
@@ -78,7 +78,7 @@ jobs:
78
fi
79
docker buildx build \
80
--platform linux/amd64 \
81
- --tag dstackai/${{ env.BUILD_DOCKER_REPO }}:${{ matrix.flavor }}:${{ inputs.image_version }} \
+ --tag dstackai/${{ env.BUILD_DOCKER_REPO }}:${{ matrix.flavor }}-${{ inputs.image_version }} \
82
--build-arg FLAVOR=${{ matrix.flavor }} \
83
--provenance=false \
84
--push \
0 commit comments