mirror of
https://github.com/PretendoNetwork/SSSL-DNS.git
synced 2026-08-22 10:59:05 -05:00
Add org prefix
This commit is contained in:
2
.github/workflows/docker-dns.yml
vendored
2
.github/workflows/docker-dns.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: sssl-dns
|
||||
IMAGE_NAME: ${{ github.repository_owner }}/sssl-dns
|
||||
|
||||
jobs:
|
||||
build-publish:
|
||||
|
||||
2
.github/workflows/docker-nginx.yml
vendored
2
.github/workflows/docker-nginx.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: sssl-nginx
|
||||
IMAGE_NAME: ${{ github.repository_owner }}/sssl-nginx
|
||||
|
||||
jobs:
|
||||
build-publish:
|
||||
|
||||
Reference in New Issue
Block a user