We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fffb8 commit 0a54785Copy full SHA for 0a54785
1 file changed
.github/workflows/test.yml
@@ -78,13 +78,13 @@ jobs:
78
- name: Prepare flavour container
79
run: |
80
cat build/Dockerfile.prefix > Dockerfile
81
- cat "flavour/${{ matrix.flavour.name }}/Dockerfile.flavour" >> Dockerfile
+ cat "flavour/${{ matrix.flavour }}/Dockerfile.flavour" >> Dockerfile
82
83
# Download mo
84
curl -sSL https://raw.githubusercontent.com/tests-always-included/mo/master/mo -o mo
85
chmod +x mo
86
87
- cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour.name }} ./mo > build/Dockerfile.suffix
+ cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour }} ./mo > build/Dockerfile.suffix
88
89
cat build/Dockerfile.suffix >> Dockerfile
90
0 commit comments