We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe5bc5 commit 273b615Copy full SHA for 273b615
.github/workflows/docker-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
push: true
53
platforms: linux/amd64
54
tags: |
55
- ghcr.io/${{ github.repository_owner }}/cosmoxp:latest
56
- ghcr.io/${{ github.repository_owner }}/cosmoxp:${{ github.ref_name }}
+ ghcr.io/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:${{ github.ref_name }}
57
cache-from: type=gha
58
cache-to: type=gha,mode=max
0 commit comments