This commit is contained in:
parent
4218b66e8e
commit
a7ca8f2275
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
registry: git.kakio.us
|
||||
username: kakious
|
||||
password: ${{ env.GITHUB_TOKEN }}
|
||||
password: ${{ secret.REPO_PUSH }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Reference in a new issue