diff --git a/.github/workflows/save-and-restore-docker-image.yml b/.github/workflows/save-and-restore-docker-image.yml index f01652335a..5bac03ccdf 100644 --- a/.github/workflows/save-and-restore-docker-image.yml +++ b/.github/workflows/save-and-restore-docker-image.yml @@ -8,7 +8,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: phoebus-save-and-restore + IMAGE_NAME: ${{ github.repository }} jobs: build-and-push-image: