Skip to content

Commit 2f230dd

Browse files
committed
One last release of the saml image that tells people we've moved
1 parent aa25ee5 commit 2f230dd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ jobs:
2323
context: .
2424
push: true
2525
tags: ghcr.io/salopensource/sal:${{ github.ref_name }}
26-
26+
# Delete this after the 4.4.0 release - we are no longer building the SAML image
27+
- name: Build and Push SAML Docker image
28+
uses: docker/[email protected]
29+
with:
30+
context: .
31+
file: Dockerfile-SAML
32+
push: true
33+
tags: ghcr.io/salopensource/sal-saml:${{ github.ref_name }}

sal/version.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>version</key>
6-
<string>4.4.0.2310</string>
6+
<string>4.4.0.2311</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)