From 425a8fc435833a688cd89d53347b7121c4f1b0bb Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 31 Oct 2025 20:51:19 +0100 Subject: [PATCH] fix event filter and dockerfile lint --- .woodpecker/image.yaml | 7 ++----- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.woodpecker/image.yaml b/.woodpecker/image.yaml index 801a000..4fcb374 100644 --- a/.woodpecker/image.yaml +++ b/.woodpecker/image.yaml @@ -1,5 +1,4 @@ variables: - - &file Dockerfile - &repo codeberg.org/${CI_REPO_OWNER}/io-exporter steps: @@ -11,9 +10,8 @@ steps: dry_run: true repo: *repo tags: latest - # when: - # event: [push] - # path: *file + when: + event: [push] publish: image: docker.io/woodpeckerci/plugin-docker-buildx:latest @@ -28,4 +26,3 @@ steps: from_secret: deploy_token when: event: [push] - path: *file diff --git a/Dockerfile b/Dockerfile index 98d9379..a931244 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine as builder +FROM golang:1.24-alpine AS builder RUN apk update RUN apk upgrade