This commit is contained in:
parent
ceaeb53a28
commit
478b635ce4
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.kvant.cloud
|
registry: git.kvant.cloud
|
||||||
username: ${{ vars.PHOENIX_PACKAGE_WRITER_USERNAME }}
|
username: ${{ vars.ORG_PACKAGE_WRITER_USERNAME }}
|
||||||
password: ${{ secrets.PHOENIX_PACKAGE_WRITER_TOKEN }}
|
password: ${{ secrets.ORG_PACKAGE_WRITER_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push to gitea registry
|
- name: Build and push to gitea registry
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue