From e8c96ec6d4c68cff2b463655ca147dc253d0eb60 Mon Sep 17 00:00:00 2001 From: Petr Polezhaev Date: Tue, 3 Feb 2026 00:44:23 +0300 Subject: [PATCH] Update publish workflow --- .gitea/workflows/publish.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index c53ff51..9a6f50d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: build-and-publish: runs-on: ubuntu-latest steps: - - name: checkout + - name: Checkout repository uses: actions/checkout@v6 - name: Construct image metadata from commit @@ -21,7 +21,10 @@ jobs: with: images: gentoo/pkgdev-docker - - name: login to registry + - name: Print token and actor + run: echo ${{github.actor}} && echo ${{secrets.GITEA_TOKEN}} + + - name: Login to registry uses: docker/login-action@v3 with: registry: git.ratigorsk-12.ru