From 2f230dd3ba15a82e2e794d5be6c9b080f7f4e966 Mon Sep 17 00:00:00 2001 From: Graham Gilbert Date: Fri, 8 Nov 2024 08:48:01 -0800 Subject: [PATCH] One last release of the saml image that tells people we've moved --- .github/workflows/build-release.yml | 9 ++++++++- sal/version.plist | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d50dcd17..527853a1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -23,4 +23,11 @@ jobs: context: . push: true tags: ghcr.io/salopensource/sal:${{ github.ref_name }} - \ No newline at end of file + # Delete this after the 4.4.0 release - we are no longer building the SAML image + - name: Build and Push SAML Docker image + uses: docker/build-push-action@v6.9.0 + with: + context: . + file: Dockerfile-SAML + push: true + tags: ghcr.io/salopensource/sal-saml:${{ github.ref_name }} \ No newline at end of file diff --git a/sal/version.plist b/sal/version.plist index 1d37cd17..e9f8f150 100644 --- a/sal/version.plist +++ b/sal/version.plist @@ -3,6 +3,6 @@ version - 4.4.0.2310 + 4.4.0.2311