arm-images

Just a repo building lots of arm images for myself since apparently it all sucks currently
git clone git://archive.git.mtrnord.blog/MTRNord/arm-images.git
Log | Files | Refs | Submodules

commit 9919ad11079b714802a9f29ebaacf553fb600db0
parent 4431be86714611c1eaa06a88d296931b5dbbe582
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 13 Jun 2023 20:58:29 +0200

Fix Dockerfile of chatwoot

Diffstat:
M.github/workflows/build_chatwoot.yaml | 4++++
M.github/workflows/build_chatwoot_release.yaml | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/build_chatwoot.yaml b/.github/workflows/build_chatwoot.yaml @@ -53,6 +53,10 @@ jobs: run: | echo -en '\nENV CW_EDITION="ce"' >> chatwoot/docker/Dockerfile + - name: Fix Dockerfile + run: | + grep -v "RUN git rev-parse HEAD > /app/.git_sha" chatwoot/docker/Dockerfile > tmpfile && mv tmpfile chatwoot/docker/Dockerfile + - name: Build and push id: build_and_push uses: docker/build-push-action@v4 diff --git a/.github/workflows/build_chatwoot_release.yaml b/.github/workflows/build_chatwoot_release.yaml @@ -53,6 +53,10 @@ jobs: run: | echo -en '\nENV CW_EDITION="ce"' >> chatwoot/docker/Dockerfile + - name: Fix Dockerfile + run: | + grep -v "RUN git rev-parse HEAD > /app/.git_sha" chatwoot/docker/Dockerfile > tmpfile && mv tmpfile chatwoot/docker/Dockerfile + - name: Build and push id: build_and_push uses: docker/build-push-action@v4