Skip to content

Commit

Permalink
Update commit-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Oct 16, 2023
1 parent 3ca1ecf commit 4802b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
name: OryAdmin
uses: josxha/Oryon/.github/workflows/docker-build-ory-admin.yml@main
needs: check-changes
if: ${{ needs.check-changes.outputs.contains('ory-admin') == 'true' }}
if: ${{ contains(needs.check-changes.outputs, 'ory-admin') == 'true' }}
secrets: inherit
with:
IMAGE_TAG: latest
docker-kratos_self-service:
name: KratosSelfService
uses: josxha/Oryon/.github/workflows/docker-build-kratos-self-service.yml@main
needs: check-changes
if: ${{ needs.check-changes.outputs.contains('kratos-self-service') == 'true' }}
if: ${{ contains(needs.check-changes.outputs, 'kratos-self-service') == 'true' }}
secrets: inherit
with:
IMAGE_TAG: latest

0 comments on commit 4802b5b

Please sign in to comment.