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
|
||||
- &repo 192.168.1.230:5000/bertomlab/crawlflix/front
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: *file
|
||||
insecure: true
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: *repo
|
||||
tags:
|
||||
- latest
|
||||
- ${CI_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: docker_registry_username
|
||||
password:
|
||||
from_secret: docker_registry_password
|
||||
when:
|
||||
branch: main
|
||||
event: [push]
|
||||
steps:
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: *file
|
||||
insecure: true
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: *repo
|
||||
tags:
|
||||
- latest
|
||||
- ${CI_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: docker_registry_username
|
||||
password:
|
||||
from_secret: docker_registry_password
|
||||
when:
|
||||
branch: main
|
||||
event: [push]
|
||||
Reference in New Issue
Block a user