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