This commit is contained in:
@@ -12,14 +12,15 @@ when:
|
||||
|
||||
variables:
|
||||
- &file Dockerfile
|
||||
- &repo 192.168.1.230:5000/bertomlab/crawlflix/front
|
||||
- ®istry http://192.168.1.230:5000
|
||||
- &repo bertomlab/crawlflix/front
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: *file
|
||||
registry: 192.168.1.230:5000
|
||||
registry: *registry
|
||||
repo: *repo
|
||||
insecure: true
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user