diff --git a/.github/workflows/push-oidc-containers.yml b/.github/workflows/push-oidc-containers.yml index 2cfabe27..93b54118 100644 --- a/.github/workflows/push-oidc-containers.yml +++ b/.github/workflows/push-oidc-containers.yml @@ -63,7 +63,7 @@ jobs: context: . file: Dockerfile target: oidc-server - push: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/test-oidc' || startsWith(github.ref, 'refs/tags/')) }} + push: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }} tags: | matterlabs/sso-oidc-salt:${{ steps.docker_tag.outputs.tag }} matterlabs/sso-oidc-salt:latest @@ -77,7 +77,7 @@ jobs: context: . file: Dockerfile target: key-registry - push: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/test-oidc' || startsWith(github.ref, 'refs/tags/')) }} + push: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }} tags: | matterlabs/sso-oidc-key-updater:${{ steps.docker_tag.outputs.tag }} matterlabs/sso-oidc-key-updater:latest