fix woodpecker file
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Joris Bertomeu
2024-09-26 16:02:17 +02:00
parent 1fc1b71f75
commit d70a0db92f

View File

@@ -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]