We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb076d4 commit 2e05765Copy full SHA for 2e05765
.github/workflows/dockerhubpublish.yml
@@ -54,7 +54,7 @@ jobs:
54
55
run: |
56
cd src/docker \
57
- && GRAPHISTRY_FORGE_BASE_VERSION=v${{ env.RELEASE_VERSION }}-${{ env.CUDA_SHORT_VERSION }} docker-compose -f docker-compose.yml build
+ && GRAPHISTRY_FORGE_BASE_VERSION=v${{ env.RELEASE_VERSION }}-${{ env.CUDA_SHORT_VERSION }} docker compose -f docker-compose.yml build
58
59
- name: tag the image
60
0 commit comments