mirror of
https://git.suyu.dev/suyu/build-environments
synced 2024-11-21 14:28:59 -07:00
test123456
This commit is contained in:
parent
72924b834d
commit
9c5ab11e3a
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ jobs:
|
|||
uses: https://github.com/docker/login-action@v1
|
||||
if: (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments')
|
||||
with:
|
||||
registry: git.suyu.dev
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
- uses: https://github.com/docker/build-push-action@v2
|
||||
|
@ -33,4 +32,4 @@ jobs:
|
|||
with:
|
||||
push: ${{ (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') }}
|
||||
context: ${{ matrix.image }}
|
||||
tags: suyu/build-environments:${{ matrix.image }}
|
||||
tags: fijxu/build-environments:${{ matrix.image }}
|
||||
|
|
Loading…
Reference in a new issue