publish: change user/password from auto-token to PAT
Some checks failed
publish / build-and-publish (push) Failing after 14s
Some checks failed
publish / build-and-publish (push) Failing after 14s
This commit is contained in:
@@ -21,15 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: gentoo/pkgdev-docker
|
images: gentoo/pkgdev-docker
|
||||||
|
|
||||||
- name: Print token and actor
|
|
||||||
run: echo ${{github.actor}} && echo ${{secrets.GITEA_TOKEN}}
|
|
||||||
|
|
||||||
- name: Login to registry
|
- 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
|
||||||
username: ${{github.actor}}
|
username: ${{secrets.DOCKER_REPOSITORY_USER}}
|
||||||
password: ${{secrets.GITEA_TOKEN}}
|
password: ${{secrets.DOCKER_REPOSITORY_PASSWORD}}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user