diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 7ab991d..f09cdab 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -4,6 +4,10 @@ on: release: types: [published] +env: + REGISTRY: ghcr.io + IMAGE_NAME: ${{ github.repository }} + jobs: push_to_registry: name: Push Docker image to GHCR