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