We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b524ec5 commit b9006f2Copy full SHA for b9006f2
.github/workflows/build-base-image.yml
@@ -36,7 +36,7 @@ jobs:
36
file: ./Dockerfile.base
37
push: true
38
tags: |
39
- ghcr.io/${{ github.repository_owner }}/freegle-base:latest
40
- ghcr.io/${{ github.repository_owner }}/freegle-base:${{ github.sha }}
+ ghcr.io/freegle/freegle-base:latest
+ ghcr.io/freegle/freegle-base:${{ github.sha }}
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
0 commit comments