diff --git a/.github/workflows/docker-base.yml b/.github/workflows/docker-base.yml index a7aaed7..e9c0f28 100644 --- a/.github/workflows/docker-base.yml +++ b/.github/workflows/docker-base.yml @@ -8,7 +8,7 @@ on: # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: REGISTRY: ghcr.io - IMAGE_NAME: docker-rpython-base + IMAGE_NAME: statisticsnorway/docker-rpython-base #IMAGE_NAME: ${{ github.repository }} # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.