Skip to content

github: dockerfile release testing #1

github: dockerfile release testing

github: dockerfile release testing #1

name: dockerfile-release-test
on:
workflow_dispatch:
push:
branches:
- testing/dockerfile-test-versioning
env:
TESTFLAGS: "-v --parallel=6 --timeout=30m"
jobs:
test:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
ref:
- dockerfile/1.11.0
channel:
- mainline
- labs
steps:
- name: Test
run: |
DOCKERFILE_RELEASES=${{ matrix.channel }} TEST_SUITE_CONTEXT=https://github.com/${GITHUB_REPOSITORY}.git#${{ matrix.ref }} TESTPKGS=./frontend/dockerfile ./hack/test dockerfile