ci: pull tags for docker build

needed for CSSVERSION.
This commit is contained in:
Harvey Tindall
2025-12-01 13:24:28 +00:00
parent 70ee98f9f0
commit 429538688c
2 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,14 @@ when:
- event: push
branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
tags: true
partial: false
depth: 0
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx

View File

@@ -2,6 +2,14 @@ when:
- event: tag
branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
tags: true
partial: false
depth: 0
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx