Abhishek Thakur commited on
Commit
44db698
·
1 Parent(s): f4bced4
Files changed (1) hide show
  1. .github/workflows/dockerhub.yml +1 -1
.github/workflows/dockerhub.yml CHANGED
@@ -24,6 +24,6 @@ jobs:
24
 
25
  - name: Build and Push Docker Image
26
  run: |
27
- docker build --build-arg="VERSION_COMMIT_ID={{ env.GITHUB_SHA_SHORT }}" -t competitions:latest .
28
  docker tag competitions:latest huggingface/competitions:latest
29
  docker push huggingface/competitions:latest
 
24
 
25
  - name: Build and Push Docker Image
26
  run: |
27
+ docker build --build-arg="VERSION_COMMIT_ID=${{ env.GITHUB_SHA_SHORT }}" -t competitions:latest .
28
  docker tag competitions:latest huggingface/competitions:latest
29
  docker push huggingface/competitions:latest