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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user