This commit is contained in:
@@ -12,16 +12,17 @@ when:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &file Dockerfile
|
- &file Dockerfile
|
||||||
- &repo 192.168.1.230:5000/v2/bertomlab/crawlflix/front
|
- &repo 192.168.1.230:5000/bertomlab/crawlflix/front
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: *file
|
dockerfile: *file
|
||||||
|
registry: 192.168.1.230:5000
|
||||||
|
repo: *repo
|
||||||
insecure: true
|
insecure: true
|
||||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
repo: *repo
|
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
|
|||||||
Reference in New Issue
Block a user