zzz #6

Closed
renovate-bot wants to merge 2 commits from renovate/python-3.x into main
2 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,17 @@
steps: steps:
docker: build:
image: woodpeckerci/plugin-kaniko
pull: true
settings:
dry-run: true
repo: ${CI_REPO_OWNER}/pyload-ng
registry: ${DOCKER_REGISTRY}
mirror: https://${DOCKER_REGISTRY}
tags: latest
build_args: VERSION=dev
when:
event: [push, cron, tag, manual]
push:
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
pull: true pull: true
settings: settings:
@ -13,5 +25,5 @@ steps:
tags: latest tags: latest
build_args: VERSION=dev build_args: VERSION=dev
when: when:
branch: main branch: ${CI_REPO_DEFAULT_BRANCH}
event: [push, cron, tag, manual] event: [push, cron, tag, manual]

View file

@ -1,4 +1,4 @@
FROM python:3.12.5-alpine FROM python:3.12.6-alpine
# set version label # set version label
ARG VERSION ARG VERSION