Skip to content

Commit

Permalink
feat: mock pub
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Nov 4, 2024
1 parent 7b204b1 commit dacbf0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-mocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- mocks-pub
jobs:
mock-webhook:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
tags: |
ghcr.io/trustbloc/mock-webhook:latest
ghcr.io/trustbloc/mock-webhook:${{ env.IMAGE_TAG }}-latest
ghcr.io/trustbloc/mock-webhook:${{ env.IMAGE_TAG }}-${{ env.GITHUB_SHA }}
mock-login-consent:
runs-on: ubuntu-latest
timeout-minutes: 45
Expand Down Expand Up @@ -216,4 +218,4 @@ jobs:
push: true
tags: |
ghcr.io/trustbloc/mock-cognito-auth:latest
ghcr.io/trustbloc/mock-cognito-auth:${{ env.IMAGE_TAG }}-latest
ghcr.io/trustbloc/mock-cognito-auth:${{ env.IMAGE_TAG }}-latest

0 comments on commit dacbf0f

Please sign in to comment.