From 5e643e5c9f9d2df58cd5d28f7fcdcb3fb023f8c4 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 8 Jun 2026 21:11:27 +0200 Subject: [PATCH] Update PromCI Update PromCI from latest example * Fix ghcr_io publish org Signed-off-by: SuperQ --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6462328..4a98c8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,12 @@ jobs: # should also be updated. image: quay.io/prometheus/golang-builder:1.26-base steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: prometheus/promci-setup@5af30ba8c199a91d6c04ebdc3c48e630e355f62d # v0.1.0 - run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1 + - run: git diff --exit-code build: name: Build @@ -36,8 +37,8 @@ jobs: parallelism: 4 thread: ${{ matrix.thread }} - publish_main: - name: Publish main branch artifacts + publish_default: + name: Publish default branch artifacts runs-on: ubuntu-latest permissions: packages: write