Skip to content

Commit

Permalink
Merge pull request #179 from FlowFuse/ci-release-compose-files
Browse files Browse the repository at this point in the history
ci: Add Docker Compose files as assets to a release
  • Loading branch information
hardillb authored Dec 8, 2024
2 parents 9bf8d8c + d79abcb commit 0f6f603
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build and push containers
on:
push:
tags:
Expand Down Expand Up @@ -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

0 comments on commit 0f6f603

Please sign in to comment.