fix[purpur]: use mc-image-helper for robust Purpur build lookup (#1242)

This commit is contained in:
Geoff Bourne
2022-01-02 10:17:32 -06:00
committed by GitHub
parent 5c0cf03548
commit e93cc569c6
3 changed files with 10 additions and 9 deletions

View File

@@ -8,8 +8,6 @@ on:
- java11*
- java16*
- java17*
- test/*
- fix/*
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-java8-multiarch"

View File

@@ -4,6 +4,10 @@ on:
pull_request:
branches: [ master ]
types: [assigned, opened, synchronize, labeled]
paths-ignore:
- "*.md"
- "docs/**"
- "examples/**"
env:
IMAGE_TO_TEST: itzg/minecraft-server:test-${{ github.repository_owner }}-${{ github.run_id }}