From 47015fe278c4bcb7d99e817e57d0bacc8a4c2937 Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Thu, 12 Dec 2024 20:06:10 +0700 Subject: [PATCH] fix --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 695b14a..20d1243 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: id: meta uses: actions/docker-metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: - images: git.unbind.ru/{{ env.GITEA_REPOSITORY }} + images: git.unbind.ru/{{ gitea.repository }}{{ gitea.ref }} - name: Build and push Docker image id: push @@ -32,6 +32,6 @@ jobs: context: . file: ./Dockerfile push: true - tags: git.unbind.ru/{{ env.GITEA_REPOSITORY }}:{{ env.GITEA_REF_NAME}} + tags: git.unbind.ru/{{ gitea.repository }}:{{ gitea.ref }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file