From f545a4ddd6dd34e32fb6510e199ad9a2324ce87e Mon Sep 17 00:00:00 2001 From: sthope Date: Tue, 18 Mar 2025 21:00:11 +0100 Subject: [PATCH] first commit --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d3e0c59..7221781 100755 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,7 +14,7 @@ env: REGISTRY: docker.io RELEASE: latest USER: sthopeless - IMAGE: ${{ github.repository.split('/')[1] }} + IMAGE: ${{ github.repository }} jobs: docker: @@ -41,4 +41,4 @@ jobs: with: context: . push: true - tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }} \ No newline at end of file + tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE.split('/')[1] }}:${{ env.RELEASE }} \ No newline at end of file