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 3aacf3f commit 871a100Copy full SHA for 871a100
.github/workflows/publish-docker-v2.yml
@@ -116,7 +116,7 @@ jobs:
116
ALLTALK_DIR=${{ env.ALLTALK_DIR }}
117
DEEPSPEED_VERSION=${{ env.DEEPSPEED_VERSION }}
118
DOCKER_TAG=${{ env.DOCKER_TAG }}
119
- GITHUB_REPOSITORY=${{ env.DOCKERHUB_USERNAME }}/
+ DOCKER_REPOSITORY=${{ env.DOCKERHUB_USERNAME }}/
120
tags: ${{ steps.meta.outputs.tags }}
121
labels: ${{ steps.meta.outputs.labels }}
122
cache-from: type=registry,ref=${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPO_NAME }}:buildcache-${{ matrix.tts }}
0 commit comments