ci: switch to standard docker plugin to avoid buildkit image pull
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
92730d78a8
commit
1fc4574b5d
@ -19,10 +19,10 @@ steps:
|
||||
# password:
|
||||
# from_secret: DOCKER_PASSWORD
|
||||
|
||||
# DOCKER BUILD (using standard docker plugin to avoid network issues)
|
||||
# DOCKER BUILDX BUILD (using Harbor mirror to avoid Docker Hub TLS issues)
|
||||
build-and-push:
|
||||
name: Build & Push Docker Image
|
||||
image: woodpeckerci/plugin-docker
|
||||
image: harbor.dvirlabs.com/my-apps/plugin-docker-buildx:latest
|
||||
when:
|
||||
branch: [ master, develop ]
|
||||
event: [ push, pull_request, tag ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user