File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 context : .
3131 push : true
3232 tags : |
33- ghcr.io/${{ github.repository }}/fortsphere :latest
34- ghcr.io/${{ github.repository }}/fortsphere :${{ github.event.release.tag_name }}
33+ ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :latest
34+ ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :${{ github.event.release.tag_name }}
3535 labels : |
36- org.opencontainers.image.title=Fortsphere
36+ org.opencontainers.image.title=fortsphere
3737 org.opencontainers.image.description="Fortify your digital sphere, one command at a time."
3838 org.opencontainers.image.url=https://github.com/OpenPathfinder/fortSphere
3939 org.opencontainers.image.source=https://github.com/OpenPathfinder/fortSphere.git
You can’t perform that action at this time.
0 commit comments