File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 context : .
6464 file : Dockerfile
6565 target : oidc-server
66- push : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/test-oidc ' || startsWith(github.ref, 'refs/tags/')) }}
66+ push : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main ' || startsWith(github.ref, 'refs/tags/')) }}
6767 tags : |
6868 matterlabs/sso-oidc-salt:${{ steps.docker_tag.outputs.tag }}
6969 matterlabs/sso-oidc-salt:latest
7777 context : .
7878 file : Dockerfile
7979 target : key-registry
80- push : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/test-oidc ' || startsWith(github.ref, 'refs/tags/')) }}
80+ push : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main ' || startsWith(github.ref, 'refs/tags/')) }}
8181 tags : |
8282 matterlabs/sso-oidc-key-updater:${{ steps.docker_tag.outputs.tag }}
8383 matterlabs/sso-oidc-key-updater:latest
You can’t perform that action at this time.
0 commit comments