diff --git a/.forgejo/workflows/debugging.yml b/.forgejo/workflows/debugging.yml index 6e626c4..03ffbde 100644 --- a/.forgejo/workflows/debugging.yml +++ b/.forgejo/workflows/debugging.yml @@ -21,7 +21,7 @@ jobs: - name: Get Metadata For Docker uses: https://github.com/docker/metadata-action@v5 with: - images: ${{ github.repository }} + images: forgejo.merr.is/${{ github.repository }} - name: Debugging steps.meta.outputs.tags shell: /bin/ash -e {0} run: echo ${{ steps.meta.outputs.tags }}