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