fix: 💚 Make worker CI build use correct image name

This commit is contained in:
Jesse Wierzbinski 2024-11-25 21:56:57 +01:00
parent 1b98381242
commit 87bb0b6bcb
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: ${{ github.repository }}
IMAGE_NAME: worker
jobs:
build: