Skip to content

Commit

Permalink
Update ci_test-release.yaml
Browse files Browse the repository at this point in the history
commented out canary releases since they fail.
  • Loading branch information
peterhoepfl authored Feb 20, 2024
1 parent 326effe commit 7576370
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci_test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,22 +131,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 7576370

Please sign in to comment.