Skip to content

Commit 871a100

Browse files
committed
Adding Github actions for building the docker images
1 parent 3aacf3f commit 871a100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
ALLTALK_DIR=${{ env.ALLTALK_DIR }}
117117
DEEPSPEED_VERSION=${{ env.DEEPSPEED_VERSION }}
118118
DOCKER_TAG=${{ env.DOCKER_TAG }}
119-
GITHUB_REPOSITORY=${{ env.DOCKERHUB_USERNAME }}/
119+
DOCKER_REPOSITORY=${{ env.DOCKERHUB_USERNAME }}/
120120
tags: ${{ steps.meta.outputs.tags }}
121121
labels: ${{ steps.meta.outputs.labels }}
122122
cache-from: type=registry,ref=${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPO_NAME }}:buildcache-${{ matrix.tts }}

0 commit comments

Comments
 (0)