mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-22 13:56:00 +01: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')
|
if: (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments')
|
||||||
with:
|
with:
|
||||||
registry: git.suyu.dev
|
registry: git.suyu.dev
|
||||||
username: ${{ secrets.FORGEJO_USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
- uses: https://github.com/docker/build-push-action@v2
|
- uses: https://github.com/docker/build-push-action@v2
|
||||||
name: Build image
|
name: Build image
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue