Merge pull request #239 from bellingcat/fix_docker_registry_ref

Fix docker registry reference
This commit is contained in:
Erin Clark
2025-03-07 15:57:29 +00:00
committed by GitHub

View File

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