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
|
||||
run: |
|
||||
docker buildx build \
|
||||
--no-cache -t \
|
||||
--push \
|
||||
--platform linux/amd64 \
|
||||
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
|
||||
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
|
||||
.
|
||||
|
||||
|
||||
- name: Redeploy stack in Portainer
|
||||
run: |
|
||||
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
|
||||
Reference in New Issue
Block a user