Add org prefix

This commit is contained in:
mrjvs
2024-08-13 21:17:47 +02:00
parent 590cd6835f
commit 12776e830f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: sssl-dns
IMAGE_NAME: ${{ github.repository_owner }}/sssl-dns
jobs:
build-publish:

View File

@@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: sssl-nginx
IMAGE_NAME: ${{ github.repository_owner }}/sssl-nginx
jobs:
build-publish: