fix woodpecker file
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
@@ -10,20 +10,21 @@ variables:
|
|||||||
- &file Dockerfile
|
- &file Dockerfile
|
||||||
- &repo 192.168.1.230:5000/bertomlab/crawlflix/front
|
- &repo 192.168.1.230:5000/bertomlab/crawlflix/front
|
||||||
|
|
||||||
publish:
|
steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
publish:
|
||||||
settings:
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
dockerfile: *file
|
settings:
|
||||||
insecure: true
|
dockerfile: *file
|
||||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
insecure: true
|
||||||
repo: *repo
|
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
tags:
|
repo: *repo
|
||||||
- latest
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- latest
|
||||||
username:
|
- ${CI_COMMIT_SHA}
|
||||||
from_secret: docker_registry_username
|
username:
|
||||||
password:
|
from_secret: docker_registry_username
|
||||||
from_secret: docker_registry_password
|
password:
|
||||||
when:
|
from_secret: docker_registry_password
|
||||||
branch: main
|
when:
|
||||||
event: [push]
|
branch: main
|
||||||
|
event: [push]
|
||||||
Reference in New Issue
Block a user