This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 with :
6666 image : ${{ env.CI_IMG }}
6767 archs : amd64, arm64
68- tags : ${{ github.event_name != " pull_request" && github.ref_name || '' }} ${{ github.ref == 'refs/heads/main' && 'latest' || '' }} ${{ env.DATE_TAG }} ${{ steps.check-branch.outputs.image-tag }} ${{ steps.check-commit.outputs.image-tag }} ${{ steps.check-commit.outputs.image-tag-patch }} ${{ steps.check-commit.outputs.image-tag-release }}
68+ tags : ${{ github.event_name != ' pull_request' && github.ref_name || '' }} ${{ github.ref == 'refs/heads/main' && 'latest' || '' }} ${{ env.DATE_TAG }} ${{ steps.check-branch.outputs.image-tag }} ${{ steps.check-commit.outputs.image-tag }} ${{ steps.check-commit.outputs.image-tag-patch }} ${{ steps.check-commit.outputs.image-tag-release }}
6969 containerfiles : |
7070 ./Containerfile
7171 - name : Push to quay.io
7777 registry : ${{ env.CI_REGISTRY }}
7878 username : ${{ env.CI_USER }}
7979 password : ${{ secrets.REGISTRY_PASSWORD }}
80- if : ${{ github.repository_owner == 'cryostatio' && github.event_name != "pull_request" || ' ' }}
80+ if : ${{ github.repository_owner == 'cryostatio' && github.event_name != 'pull_request ' }}
8181 - name : Print image URL
8282 run : echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
83- if : ${{ github.repository_owner == 'cryostatio' && github.event_name != "pull_request" || ' ' }}
83+ if : ${{ github.repository_owner == 'cryostatio' && github.event_name != 'pull_request ' }}
You can’t perform that action at this time.
0 commit comments