Skip to content

Commit

Permalink
fix: references
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 19, 2024
1 parent 3f24eb1 commit 221b77f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}/fortsphere:latest
ghcr.io/${{ github.repository }}/fortsphere:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.event.release.tag_name }}
labels: |
org.opencontainers.image.title=Fortsphere
org.opencontainers.image.title=fortsphere
org.opencontainers.image.description="Fortify your digital sphere, one command at a time."
org.opencontainers.image.url=https://github.com/OpenPathfinder/fortSphere
org.opencontainers.image.source=https://github.com/OpenPathfinder/fortSphere.git
Expand Down

0 comments on commit 221b77f

Please sign in to comment.