Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
.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:
|
|
|
|
|
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:
|