This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user