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