Skip to content

Commit

Permalink
Merge pull request #22 from betadots/testing
Browse files Browse the repository at this point in the history
testing v7
  • Loading branch information
rwaffen authored May 31, 2024
2 parents 22e3202 + 4ba67cb commit 2c4510d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/voxpupuli/voxbox:latest
FROM alpine

ARG PUPPET_RELEASE
ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}
Expand Down

0 comments on commit 2c4510d

Please sign in to comment.