mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-22 13:56:00 +01:00
Merge pull request #38 from liushuyu/gh-actions
CI: fix image repository name
This commit is contained in:
commit
3d148510cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'yuzu-emu/build-environments') }}
|
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'yuzu-emu/build-environments') }}
|
||||||
context: ${{ matrix.image }}
|
context: ${{ matrix.image }}
|
||||||
tags: citraemu/build-environments:${{ matrix.image }}
|
tags: yuzuemu/build-environments:${{ matrix.image }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue