fix: 💚 Also include repo owner in worker image name

This commit is contained in:
Jesse Wierzbinski 2024-11-25 21:58:41 +01:00
parent 87bb0b6bcb
commit ece36f6adc
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: worker
IMAGE_NAME: ${{ github.repository_owner }}/worker
jobs:
build: