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}