mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 15:33:53 +00:00
CI: fix image repository name
This commit is contained in:
parent
172c2c2df5
commit
59c1c6213f
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:
|
||||
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'yuzu-emu/build-environments') }}
|
||||
context: ${{ matrix.image }}
|
||||
tags: citraemu/build-environments:${{ matrix.image }}
|
||||
tags: yuzuemu/build-environments:${{ matrix.image }}
|
||||
|
|
Loading…
Reference in a new issue