From b543917c61451f38b18b246bdac3a94a1a24e7b9 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 4 Feb 2024 10:14:45 -0500 Subject: [PATCH] debug2 --- .forgejo/workflows/debugging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}