Skip to content

Commit bd0a901

Browse files
committed
fix workflow part XXXVIII
1 parent 664cc0f commit bd0a901

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/build-release-latest.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,13 @@ jobs:
7878
# automatic_release_tag: "latest"
7979
# prerelease: true
8080
# files: |
81-
# artifact/*
81+
# artifact/*
82+
83+
# ghcr.io-cleanup:
84+
# - name: ghcr.io cleanup action
85+
# runs-on: ubuntu-latest
86+
# steps:
87+
# - uses: dataaxiom/ghcr-cleanup-action@v1
88+
# with:
89+
# older-than: 7 days
90+
# keep-n-tagged: 1

dockerfiles/checkmk/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG CHECKMK_VERSION=2.4.0p19
22

3-
FROM checkmk/check-mk-cloud:${CHECKMK_VERSION}
3+
#FROM checkmk/check-mk-cloud:${CHECKMK_VERSION}
4+
FROM checkmk/check-mk-raw:${CHECKMK_VERSION}
45
LABEL maintainer=henri@nagstamon.de
56

67
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)