test1234
This commit is contained in:
parent
67e11b2a96
commit
8bd23e2d33
1 changed files with 4 additions and 4 deletions
|
@ -18,17 +18,17 @@ jobs:
|
||||||
image: ["linux-clang-format", "linux-fresh", "linux-mingw"]
|
image: ["linux-clang-format", "linux-fresh", "linux-mingw"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: https://github.com/actions/checkout@v2
|
||||||
- uses: docker/setup-buildx-action@v1
|
- uses: https://github.com/docker/setup-buildx-action@v1
|
||||||
name: Setup Docker BuildX system
|
name: Setup Docker BuildX system
|
||||||
- name: Login to the Suyu Package Registry
|
- name: Login to the Suyu Package Registry
|
||||||
uses: docker/login-action@v1
|
uses: https://github.com/docker/login-action@v1
|
||||||
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.FORGEJO_USERNAME }}
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
- uses: docker/build-push-action@v2
|
- uses: https://github.com/docker/build-push-action@v2
|
||||||
name: Build image
|
name: Build image
|
||||||
with:
|
with:
|
||||||
push: ${{ (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') }}
|
push: ${{ (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') }}
|
||||||
|
|
Loading…
Reference in a new issue