Try this?
Some checks failed
ci/woodpecker/push/base-os Pipeline failed

This commit is contained in:
Ryan Voots 2023-09-29 10:10:12 -04:00
parent 12e1ab0b07
commit f12c34e15c
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ steps:
settings:
repo: gitea.simcop2387.info/simcop2387/perl-os-base
build_args:
VERSION: ${DEBIAN_VERSION}
VERSION: debian-${DEBIAN_VERSION}
dockerfile: os-base/Dockerfile
auto_tag: false
tags:

View file

@ -1,5 +1,5 @@
ARG VERSION
FROM debian:$VERSION
ARG VERSION=debian
FROM $VERSION
LABEL maintainer="Ryan Voots <simcop@cpan.org>"
ENV DEBIAN_FRONTEND=noninteractive