We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa25ee5 commit 2f230ddCopy full SHA for 2f230dd
.github/workflows/build-release.yml
@@ -23,4 +23,11 @@ jobs:
23
context: .
24
push: true
25
tags: ghcr.io/salopensource/sal:${{ github.ref_name }}
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
@@ -3,6 +3,6 @@
3
<plist version="1.0">
4
<dict>
5
<key>version</key>
6
- <string>4.4.0.2310</string>
+ <string>4.4.0.2311</string>
7
</dict>
8
</plist>
0 commit comments