Skip to content

Commit 0650260

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Optimized and clarified workflow
1 parent ee83d7b commit 0650260

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
curl -sSL https://raw.githubusercontent.com/tests-always-included/mo/master/mo -o mo
7676
chmod +x mo
7777
78-
export BUILD_DATE=$(date -Ins)
78+
cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour.name }} ./mo > build/Dockerfile.suffix
7979
80-
cat build/Dockerfile.suffix | ./mo >> Dockerfile
80+
cat build/Dockerfile.suffix >> Dockerfile
8181
8282
rm mo
8383
env:

0 commit comments

Comments
 (0)