MH0386 commited on
Commit
80d5177
·
verified ·
1 Parent(s): 63365b9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. .github/workflows/docker.yml +3 -1
.github/workflows/docker.yml CHANGED
@@ -44,7 +44,9 @@ jobs:
44
  uses: docker/metadata-action@v5
45
  with:
46
  images: ghcr.io/${{ github.repository }}
47
- tags: type=raw,value=latest,enable={{is_default_branch}}
 
 
48
  - name: Build
49
  uses: docker/build-push-action@v6
50
  with:
 
44
  uses: docker/metadata-action@v5
45
  with:
46
  images: ghcr.io/${{ github.repository }}
47
+ tags: |
48
+ type=raw,value=latest,enable={{is_default_branch}}
49
+ type=raw,value={{branch}},enable={{!is_default_branch}}
50
  - name: Build
51
  uses: docker/build-push-action@v6
52
  with: