Fix CI
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 48s

This commit is contained in:
2024-09-25 15:12:40 +00:00
parent 0e9de8deb5
commit b3c050ed9e
4 changed files with 4 additions and 9 deletions

View File

@@ -52,8 +52,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
build-args: |
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
file: ./Dockerfile
push: true
tags: ${{ steps.set_tags.outputs.image_tags }}