Skip to content

Commit

Permalink
fix: Optimized and clarified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Sep 20, 2023
1 parent b538e8f commit c1c5187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
curl -sSL https://raw.githubusercontent.com/tests-always-included/mo/master/mo -o mo
chmod +x mo
export BUILD_DATE=$(date -Ins)
cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour.name }} ./mo > build/Dockerfile.suffix
cat build/Dockerfile.suffix | ./mo >> Dockerfile
cat build/Dockerfile.suffix >> Dockerfile
rm mo
env:
Expand Down
File renamed without changes.

0 comments on commit c1c5187

Please sign in to comment.