Update .github/workflows/ci.yaml
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 29s
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 29s
This commit is contained in:
parent
a1bf5a59b1
commit
019be32404
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.kvant.cloud
|
||||
username: ${{ vars.PHOENIX_PACKAGE_WRITER_USERNAME }}
|
||||
password: ${{ secrets.PHOENIX_PACKAGE_WRITER_TOKEN }}
|
||||
username: ${{ vars.ORG_PACKAGE_WRITER_USERNAME }}
|
||||
password: ${{ secrets.ORG_PACKAGE_WRITER_TOKEN }}
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue