Update publish workflow
Some checks failed
publish / build-and-publish (push) Failing after 12s

This commit is contained in:
2026-02-03 00:44:23 +03:00
parent 46b69ed562
commit e8c96ec6d4

View File

@@ -12,7 +12,7 @@ jobs:
build-and-publish: build-and-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Construct image metadata from commit - name: Construct image metadata from commit
@@ -21,7 +21,10 @@ jobs:
with: with:
images: gentoo/pkgdev-docker 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 uses: docker/login-action@v3
with: with:
registry: git.ratigorsk-12.ru registry: git.ratigorsk-12.ru