Skip to content

Commit 38cd274

Browse files
committed
github: dockerfile release testing
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent ec32fc4 commit 38cd274

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: dockerfile-release-test
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- testing/dockerfile-test-versioning
8+
9+
env:
10+
TESTFLAGS: "-v --parallel=6 --timeout=30m"
11+
12+
jobs:
13+
test:
14+
runs-on: ubuntu-24.04
15+
strategy:
16+
fail-fast: false
17+
matrix:
18+
ref:
19+
- dockerfile/1.11.0
20+
channel:
21+
- mainline
22+
- labs
23+
24+
steps:
25+
- name: Test
26+
run: |
27+
DOCKERFILE_RELEASES=${{ matrix.channel }} TEST_SUITE_CONTEXT=https://github.com/${GITHUB_REPOSITORY}.git#${{ matrix.ref }} TESTPKGS=./frontend/dockerfile ./hack/test dockerfile

0 commit comments

Comments
 (0)