Skip to content

Commit

Permalink
Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Nov 7, 2024
1 parent 15a482a commit fde0143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
repository: salopensource/sal-saml
path: saml

- name: Build and Push Docker image
- name: Build and Push SAML Docker image
uses: docker/build-push-action@v6.9.0
with:
context: saml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
repository: salopensource/sal-saml
path: saml

- name: Build and Push Docker image
- name: Build and Push SAML Docker image
uses: docker/build-push-action@v6.9.0
with:
context: saml
Expand Down
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.3.0.2301</string>
<string>4.3.0.2302</string>
</dict>
</plist>

0 comments on commit fde0143

Please sign in to comment.