mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix: 💚 Also include repo owner in worker image name
This commit is contained in:
parent
87bb0b6bcb
commit
ece36f6adc
2
.github/workflows/docker-worker.yml
vendored
2
.github/workflows/docker-worker.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
# github.repository as <account>/<repo>
|
# github.repository as <account>/<repo>
|
||||||
IMAGE_NAME: worker
|
IMAGE_NAME: ${{ github.repository_owner }}/worker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue