From 532b07c4b67e42773d66e5810d179e4b3aa2f0ce Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Mon, 11 May 2026 12:02:08 +0200 Subject: [PATCH 1/2] Update container version in publish workflow --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f954ff7d1..ba1cdc745 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,7 +23,7 @@ jobs: name: Transpile IG if: ${{ github.event_name == 'pull_request' }} runs-on: ubuntu-latest - container: ghcr.io/trifork/ig-publisher:2.0.15 + container: ghcr.io/trifork/ig-publisher:2.2.27 steps: # Checkout the repos needed From ad35cc70d711fec2ae6fabbd539085d73350235c Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Mon, 11 May 2026 14:32:35 +0200 Subject: [PATCH 2/2] Update IG publisher container version to 2.2.27 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ba1cdc745..7fcfd9207 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: # A release is defined as a tag pushed to main if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} runs-on: ubuntu-latest-larger-disk - container: ghcr.io/trifork/ig-publisher:2.0.15 + container: ghcr.io/trifork/ig-publisher:2.2.27 steps: # Checkout the repos needed