Skip to content

Commit e2f47ce

Browse files
committed
publish CI: replaced nextcloud with github.repository_owner
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 0951872 commit e2f47ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
push: true
8989
context: ./${{ env.APP_NAME }}
9090
platforms: linux/amd64,linux/arm64
91-
tags: ghcr.io/nextcloud/${{ env.APP_NAME }}:${{ env.VERSION }}
91+
tags: ghcr.io/${{ github.repository_owner }}/${{ env.APP_NAME }}:${{ env.VERSION }}
9292
build-args: |
9393
BUILD_TYPE=cpu

0 commit comments

Comments
 (0)