publish: change user/password from auto-token to PAT
Some checks failed
publish / build-and-publish (push) Failing after 14s

This commit is contained in:
2026-02-03 01:10:18 +03:00
parent e8c96ec6d4
commit 437c74ea07

View File

@@ -21,15 +21,12 @@ jobs:
with:
images: gentoo/pkgdev-docker
- 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
username: ${{github.actor}}
password: ${{secrets.GITEA_TOKEN}}
username: ${{secrets.DOCKER_REPOSITORY_USER}}
password: ${{secrets.DOCKER_REPOSITORY_PASSWORD}}
- name: Build and push
uses: docker/build-push-action@v6