Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading