From f3d0eb12f2a2f1f286ae82c4181573a3f68ef859 Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:02:59 +0800 Subject: [PATCH] Update buildAndPublish.yml --- .github/workflows/buildAndPublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index 7317ca5..699fdaa 100644 --- a/.github/workflows/buildAndPublish.yml +++ b/.github/workflows/buildAndPublish.yml @@ -24,7 +24,7 @@ jobs: uses: docker/build-push-action@v3 with: push: true - tags: ghcr.io/SwapnilSoni1999/spotify_dl:latest + tags: ghcr.io/swapnilsoni1999/spotify_dl:latest platforms: linux/amd64,linux/arm64 npm: runs-on: ubuntu-latest @@ -36,7 +36,7 @@ jobs: with: node-version: '18' registry-url: 'https://npm.pkg.github.com' - scope: 'SwapnilSoni1999' + scope: 'swapnilsoni1999' - name: Install dependencies run: npm ci - name: Publish to GitHub Packages