Skip to content

Commit

Permalink
change from docker-compose to docker compose to fix gha build issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DataBoyTX authored Aug 10, 2024
1 parent bb076d4 commit 2e05765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhubpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

run: |
cd src/docker \
&& 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
- name: tag the image
run: |
Expand Down

0 comments on commit 2e05765

Please sign in to comment.