mirror of
https://git.suyu.dev/suyu/build-environments
synced 2024-11-21 14:28:59 -07:00
test12345
This commit is contained in:
parent
8bd23e2d33
commit
72924b834d
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ jobs:
|
|||
if: (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments')
|
||||
with:
|
||||
registry: git.suyu.dev
|
||||
username: ${{ secrets.FORGEJO_USERNAME }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
- uses: https://github.com/docker/build-push-action@v2
|
||||
name: Build image
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue