mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
Update ci.yml
This commit is contained in:
parent
73422302f1
commit
2b2a7a086f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
|||||||
name: Setup Docker BuildX system
|
name: Setup Docker BuildX system
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
if: (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/build-environments')
|
if: (github.ref == 'refs/heads/master') && (github.repository == 'PabloMK7/build-environments')
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- uses: docker/build-push-action@v4
|
- uses: docker/build-push-action@v4
|
||||||
name: Build image
|
name: Build image
|
||||||
with:
|
with:
|
||||||
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/build-environments') }}
|
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'PabloMK7/build-environments') }}
|
||||||
context: ${{ matrix.image }}
|
context: ${{ matrix.image }}
|
||||||
tags: citraemu/build-environments:${{ matrix.image }}
|
tags: citraemu/build-environments:${{ matrix.image }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user