From 8f0645c8b51d7e03dda28480c4caafa573d2302d Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 21 Oct 2024 16:00:28 +0200 Subject: [PATCH] [c] set registry and image name statically --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index cf47d8e..df6e179 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -36,7 +36,7 @@ jobs: id: meta uses: https://github.com/docker/metadata-action@v4 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + images: gitpot.org/sangelo/plausible-pageviews-api tags: | type=ref,event=branch type=ref,event=tag