Skip to content

Commit

Permalink
Merge pull request #45 from aservo/fix/update_crowd_client
Browse files Browse the repository at this point in the history
update crowd client to version 4.3.11
  • Loading branch information
peterhoepfl authored Feb 22, 2024
2 parents fad09f5 + 9cdf015 commit 4052f42
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions .github/workflows/ci_test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
with:
command: mvn --batch-mode help:evaluate -Dexpression=project.version | grep -v -E '^\[([A-Za-z])+\]'
tag-prefix: 'v'
- name: Build project
run: |
mvn --batch-mode package \
-DskipTests=true
- name: Publish to public Maven2 repository
if: ${{ steps.tagging.outputs.tag-created == 'yes' || steps.tagging.outputs.strategy == 'snapshot' }}
run: |
Expand Down Expand Up @@ -131,22 +135,22 @@ jobs:
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:${{ steps.tagging.outputs.version-major-minor }}
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:${{ steps.tagging.outputs.version-major-minor-patch }}
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary
# - name: Publish to GitHub Docker registry (base image RHEL UBI; canary release only)
# if: ${{ steps.tagging.outputs.tag-created == 'no' }}
# uses: docker/build-push-action@v2
# with:
# push: true
# context: .
# file: ./docker/Dockerfile-rhel
# tags: |
# ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-rhel
# - name: Publish to GitHub Docker registry (base image Ubuntu; canary release only)
# if: ${{ steps.tagging.outputs.tag-created == 'no' }}
# uses: docker/build-push-action@v2
# with:
# push: true
# context: .
# file: ./docker/Dockerfile
# tags: |
# ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-ubuntu
# ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary
- name: Publish to GitHub Docker registry (base image RHEL UBI; canary release only)
if: ${{ steps.tagging.outputs.tag-created == 'no' }}
uses: docker/build-push-action@v2
with:
push: true
context: .
file: ./docker/Dockerfile-rhel
tags: |
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-rhel
- name: Publish to GitHub Docker registry (base image Ubuntu; canary release only)
if: ${{ steps.tagging.outputs.tag-created == 'no' }}
uses: docker/build-push-action@v2
with:
push: true
context: .
file: ./docker/Dockerfile
tags: |
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-ubuntu
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary

0 comments on commit 4052f42

Please sign in to comment.