diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 50d1705..3af73df 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -22,9 +22,9 @@ jobs: uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-validate.yml@6d4af5313cc39386fff796fa89ea940ef5f0819d # v0.16.1 with: deploy-dir: platform - schema-version: 0.20.0 + schema-version: 0.22.0 image-lock-path: platform/images.lock.json - context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:9479bc22ae11183c0b68f257d2c1a21455be8c3cff602d3a491ea3ff31d01fe3 + context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:e839b90839a5f33f1038d305531d9bb2cd85a3a627a436c395c4116533321cc9 environments: production comment: true permissions: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa18309..c4c0558 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -113,9 +113,9 @@ jobs: ref: ${{ github.ref }} artifact-name: auth-ui artifact-version: ${{ github.ref_name }} - schema-version: 0.20.0 + schema-version: 0.22.0 apply-bundle: true - context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:9479bc22ae11183c0b68f257d2c1a21455be8c3cff602d3a491ea3ff31d01fe3 + context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:e839b90839a5f33f1038d305531d9bb2cd85a3a627a436c395c4116533321cc9 deploy-dir: platform image-lock-artifact: ${{ needs.resolve-image-lock.outputs.images-lock-artifact }} environments: production