Spaces:
Sleeping
Sleeping
cxumol commited on
fix ghcr lowercase
Browse files
.github/workflows/docker-build-push.yml
CHANGED
|
@@ -35,7 +35,7 @@ jobs:
|
|
| 35 |
context: .
|
| 36 |
push: true
|
| 37 |
tags: |
|
| 38 |
-
ghcr.io/${{ github.repository }}:latest
|
| 39 |
-
ghcr.io/${{ github.repository }}:${{ github.sha }}
|
| 40 |
cache-from: type=gha
|
| 41 |
cache-to: type=gha,mode=max
|
|
|
|
| 35 |
context: .
|
| 36 |
push: true
|
| 37 |
tags: |
|
| 38 |
+
ghcr.io/${{ lowercase(github.repository) }}:latest
|
| 39 |
+
ghcr.io/${{ lowercase(github.repository) }}:${{ github.sha }}
|
| 40 |
cache-from: type=gha
|
| 41 |
cache-to: type=gha,mode=max
|