From 2b2a7a086f31c4bc84baeb0e409cb3d042c69245 Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Wed, 6 Mar 2024 17:24:21 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9ae8b0..c5e68ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,13 @@ jobs: name: Setup Docker BuildX system - name: Login to DockerHub uses: docker/login-action@v2 - if: (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/build-environments') + if: (github.ref == 'refs/heads/master') && (github.repository == 'PabloMK7/build-environments') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - uses: docker/build-push-action@v4 name: Build image with: - push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/build-environments') }} + push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'PabloMK7/build-environments') }} context: ${{ matrix.image }} tags: citraemu/build-environments:${{ matrix.image }}