mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-02-05 05:13:35 +00:00
test123456
This commit is contained in:
parent
72924b834d
commit
9c5ab11e3a
@ -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 New Issue
Block a user