Skip to content

Commit

Permalink
Update docker compose commands in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Aug 30, 2023
1 parent 488d643 commit 4846838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
version: $RELEASE

- name: Build new images
run: docker compose build proxy idp ldap
run: docker compose -f docker-compose.yml -f eclipse-pass.local.yml build proxy idp ldap

- name: Acceptance tests
if: ${{ inputs.runtests }}
Expand All @@ -52,7 +52,7 @@ jobs:
pullimages: 'missing'

- name: Push release images
run: docker compose push proxy idp ldap
run: docker compose -f docker-compose.yml -f eclipse-pass.local.yml push proxy idp ldap

- name: Bump image versions to next development version
uses: ./.github/actions/update-pass-version
Expand All @@ -67,5 +67,5 @@ jobs:
run: git push origin $RELEASE

- name: Build and push next development image tags
run: docker compose build --push proxy idp ldap
run: docker compose -f docker-compose.yml -f eclipse-pass.local.yml build --push proxy idp ldap

0 comments on commit 4846838

Please sign in to comment.