Merge pull request #38 from liushuyu/gh-actions

CI: fix image repository name
This commit is contained in:
Schplee
2021-09-22 14:57:43 -07:00
committed by GitHub

View File

@@ -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 }}