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
commit 3d148510cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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