Fix NPM token
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 21s

This commit is contained in:
2024-09-18 16:49:12 +00:00
parent f9f4860b14
commit c4b75388d4

View File

@@ -52,11 +52,11 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
build-args: |
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ${{ steps.set_tags.outputs.image_tags }} tags: ${{ steps.set_tags.outputs.image_tags }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Set Portainer Webhook URL - name: Set Portainer Webhook URL
run: | run: |