Skip to content

Commit

Permalink
Fir rebuild with Docker Compose version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 9, 2024
1 parent 652ad03 commit 450d589
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
strategy:
fail-fast: false
matrix:
branch:
- prod-2-7
- prod-2-8
- prod-2-9
include:
- branch: prod-2-7
build_options: --docker-compose-version-2
- branch: prod-2-8
build_options: --docker-compose-version-2
- branch: prod-2-9
build_options: ''

steps:
- uses: actions/checkout@v4
Expand All @@ -44,7 +47,7 @@ jobs:
- run: sed -i '/^DOCKER_TAG=/d' env.project

- name: Build
run: ./build
run: ./build ${{ matrix.build_options }}

- name: Publish
run: c2cciutils-publish --branch=${{ matrix.branch }} --type=rebuild

0 comments on commit 450d589

Please sign in to comment.