Skip to content

Commit 273b615

Browse files
committed
Update: Update docker build
1 parent 9fe5bc5 commit 273b615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
push: true
5353
platforms: linux/amd64
5454
tags: |
55-
ghcr.io/${{ github.repository_owner }}/cosmoxp:latest
56-
ghcr.io/${{ github.repository_owner }}/cosmoxp:${{ github.ref_name }}
55+
ghcr.io/${{ github.repository }}:latest
56+
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
5757
cache-from: type=gha
5858
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)