From 59c1c6213fbf09afb5ba0f050a5a996aabbb2802 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Wed, 22 Sep 2021 15:49:12 -0600 Subject: [PATCH] CI: fix image repository name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59a9990..a5d4581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}