Skip to content

Commit

Permalink
One last release of the saml image that tells people we've moved
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Nov 8, 2024
1 parent aa25ee5 commit 2f230dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ jobs:
context: .
push: true
tags: ghcr.io/salopensource/sal:${{ github.ref_name }}

# 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/[email protected]
with:
context: .
file: Dockerfile-SAML
push: true
tags: ghcr.io/salopensource/sal-saml:${{ github.ref_name }}
2 changes: 1 addition & 1 deletion sal/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>4.4.0.2310</string>
<string>4.4.0.2311</string>
</dict>
</plist>

0 comments on commit 2f230dd

Please sign in to comment.