Skip to content

Commit fde0143

Browse files
committed
Labels
1 parent 15a482a commit fde0143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repository: salopensource/sal-saml
3232
path: saml
3333

34-
- name: Build and Push Docker image
34+
- name: Build and Push SAML Docker image
3535
uses: docker/[email protected]
3636
with:
3737
context: saml

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
repository: salopensource/sal-saml
3131
path: saml
3232

33-
- name: Build and Push Docker image
33+
- name: Build and Push SAML Docker image
3434
uses: docker/[email protected]
3535
with:
3636
context: saml

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.3.0.2301</string>
6+
<string>4.3.0.2302</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)