diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 247f2f0..5dd6a28 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -26,4 +26,4 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: theqrl/actions-dilithium-sign:${{ github.event.inputs.tag }} \ No newline at end of file + tags: ghcr.io/theqrl/actions-dilithium-sign:${{ github.event.inputs.tag }} \ No newline at end of file