Skip to content

Commit 221b77f

Browse files
committed
fix: references
1 parent 3f24eb1 commit 221b77f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish-on-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)