We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee83d7b commit 0650260Copy full SHA for 0650260
2 files changed
.github/workflows/image.yml
@@ -75,9 +75,9 @@ jobs:
75
curl -sSL https://raw.githubusercontent.com/tests-always-included/mo/master/mo -o mo
76
chmod +x mo
77
78
- export BUILD_DATE=$(date -Ins)
+ cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour.name }} ./mo > build/Dockerfile.suffix
79
80
- cat build/Dockerfile.suffix | ./mo >> Dockerfile
+ cat build/Dockerfile.suffix >> Dockerfile
81
82
rm mo
83
env:
build/Dockerfile.suffix build/Dockerfile.suffix.mobuild/Dockerfile.suffix renamed to build/Dockerfile.suffix.mo
0 commit comments