Skip to content

Commit 59edf64

Browse files
[UX] Pre-build a EFA version of the default Docker image #2793
1 parent f46afe8 commit 59edf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
docker buildx build \
8080
--platform linux/amd64 \
81-
--tag dstackai/${{ env.BUILD_DOCKER_REPO }}:${{ matrix.flavor }}:${{ inputs.image_version }} \
81+
--tag dstackai/${{ env.BUILD_DOCKER_REPO }}:${{ matrix.flavor }}-${{ inputs.image_version }} \
8282
--build-arg FLAVOR=${{ matrix.flavor }} \
8383
--provenance=false \
8484
--push \

0 commit comments

Comments
 (0)