From 26366df529f3ca3daf0a4b8df62daa82d85b3b57 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Fri, 3 Nov 2023 23:52:48 +0600 Subject: [PATCH] :wrench: Use branch name --- .gitea/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index 9e1b81c..43fb68e 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -41,4 +41,4 @@ jobs: context: . file: ./build/Dockerfile push: true - tags: ${{ env.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.branch }} + tags: ${{ env.DOCKER_REGISTRY }}/${{ gitea.repository }}:${{ gitea.ref_name }}