Fix NPM token
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 21s
Some checks failed
Build and Publish Docker Image / build_and_push (push) Failing after 21s
This commit is contained in:
@@ -52,11 +52,11 @@ 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 }}
|
||||
env:
|
||||
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
- name: Set Portainer Webhook URL
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user