add option no cache
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
This commit is contained in:
@@ -33,12 +33,13 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--no-cache -t \
|
||||||
--push \
|
--push \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
|
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
|
||||||
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
|
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Redeploy stack in Portainer
|
- name: Redeploy stack in Portainer
|
||||||
run: |
|
run: |
|
||||||
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
|
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
|
||||||
Reference in New Issue
Block a user