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,6 +33,7 @@ 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 }} \
|
||||
|
||||
Reference in New Issue
Block a user