From acbf6c4d33eb16db773d5fb6c12214fae4144b48 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Thu, 26 Sep 2024 16:34:48 +0200 Subject: [PATCH] fix woodpecker file --- .woodpecker.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 0da18e8..719e9ab 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -12,14 +12,15 @@ when: variables: - &file Dockerfile - - &repo 192.168.1.230:5000/bertomlab/crawlflix/front + - ®istry http://192.168.1.230:5000 + - &repo bertomlab/crawlflix/front steps: publish: image: woodpeckerci/plugin-docker-buildx settings: dockerfile: *file - registry: 192.168.1.230:5000 + registry: *registry repo: *repo insecure: true platforms: linux/arm/v7,linux/arm64/v8,linux/amd64