From d79abcb8c306a32975190f1bd205614a67b71105 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Sun, 8 Dec 2024 19:54:31 +0100 Subject: [PATCH] Add compose files to the release assets --- .github/workflows/build-containers.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 2505272..9c33159 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -1,3 +1,4 @@ +name: Build and push containers on: push: tags: @@ -61,3 +62,20 @@ jobs: git checkout maintenance git reset --hard origin/main git push --force origin maintenance + + release-compose-files: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + repository: 'flowforge/docker-compose' + + - name: Add assets to the release + uses: softprops/action-gh-release@v2 + with: + files: | + docker-compose.yml + docker-compose-quick-start.yml