From 4ba67cbbb1cbe378cc980ae294d40a6b1f71b8f9 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 31 May 2024 11:54:33 +0200 Subject: [PATCH] testing --- .github/workflows/release.yml | 6 ++++++ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7df7cf6..d8e19ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,9 +28,15 @@ jobs: if: steps.check_file.outputs.RELEASE_YML_MISSING == 'true' with: repository: "${{ github.repository_owner }}/.github" + path: upstream sparse-checkout: .github/release.yml sparse-checkout-cone-mode: false + - name: Kopiere release.yml (falls vorhanden) + if: steps.check_file.outputs.RELEASE_YML_MISSING == 'true' + run: | + cp upstream/.github/release.yml .github/release.yml + - name: list files run: find . diff --git a/Dockerfile b/Dockerfile index 9c9d472..ffec4f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/voxpupuli/voxbox:latest +FROM alpine ARG PUPPET_RELEASE ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}