From 4ad22f612ca7adbda854816634fe416a86a3ba3e Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Thu, 12 Dec 2024 20:09:30 +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 20d1243..9c7b440 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/{{ gitea.repository }}{{ gitea.ref }} + 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/{{ gitea.repository }}:{{ gitea.ref }} + tags: git.unbind.ru/${{ gitea.repository }}:${{ gitea.ref }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file