Skip to content

Commit f0fda4f

Browse files
authored
test-docker-image.yml: Test Docker images also for all version bumbs
Let's do a Docker image build also on every new Rakudo-Star version, not only on `Dockerfile` changes. Should hopefully discover issues BEFORE we even get into issues with the `official Docker image build`, see also - docker-library/official-images#18923
1 parent d6045c9 commit f0fda4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
branches: [ master ]
66
paths:
77
- '**/**/Dockerfile'
8+
- 2[0-9]+.[0-1][0-1]'**'
89
pull_request:
910
branches: [ master ]
1011
paths:
1112
- '**/**/Dockerfile'
13+
- 2[0-9]+.[0-1][0-1]'**'
1214

1315
jobs:
14-
1516
setup:
1617
runs-on: ubuntu-latest
1718
outputs:

0 commit comments

Comments
 (0)