Fix up base build?

This commit is contained in:
Ryan Voots 2024-12-03 16:28:16 -05:00
parent 164b23a208
commit 305b3bbafc

View file

@ -5,12 +5,12 @@ matrix:
steps: steps:
build-os: build-os:
image: woodpeckerci/plugin-docker-buildx:2 image: woodpeckerci/plugin-docker-buildx
# image: gitea.simcop2387.info/simcop2387/test_env:latest
environment: environment:
IMAGE_VERSION: "${DEBIAN_VERSION}" IMAGE_VERSION: "${DEBIAN_VERSION}"
settings: settings:
debug: "true" debug: "true"
pull: true
repo: "gitea.simcop2387.info/simcop2387/perl-os-base" repo: "gitea.simcop2387.info/simcop2387/perl-os-base"
dockerfile: "os-base/Dockerfile" dockerfile: "os-base/Dockerfile"
context: "os-base/" context: "os-base/"