From cbc59134cb9c4d71118983cf9629ac1ee3edac3e Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:00:59 +0800 Subject: [PATCH 1/2] Create .npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..26f5c15 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +.github From 437c7a6ea6e94140b698af241fe6b374dbb36261 Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:01:36 +0800 Subject: [PATCH 2/2] Update buildAndPublish.yml --- .github/workflows/buildAndPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndPublish.yml b/.github/workflows/buildAndPublish.yml index 384578e..7317ca5 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