File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
5656 - name : Release
5757 shell : bash
5858 run : |
59- docker login ghcr.io/$GITHUB_REPOSITORY / --username ${{ secrets.IMAGE_REGISTRY_USER }} --password ${{ secrets.IMAGE_REGISTRY_TOKEN }}
59+ docker login ghcr.io/oracle / --username ${{ secrets.IMAGE_REGISTRY_USER }} --password ${{ secrets.IMAGE_REGISTRY_TOKEN }}
6060 git config --local user.name "Github Action"
6161 git config --local user.email "[email protected] " 6262 make clean
63- make build-all-images RELEASE_IMAGE_PREFIX="ghcr.io/$GITHUB_REPOSITORY/"
63+ make build-all-images
6464 if echo $GITHUB_EVENT_NAME -eq "release"; then PRE_RELEASE=false; else PRE_RELEASE=true; fi
65- make release RELEASE_DRY_RUN=false PRE_RELEASE=$PRE_RELEASE RELEASE_IMAGE_PREFIX="ghcr.io/$GITHUB_REPOSITORY/"
65+ make release RELEASE_DRY_RUN=false PRE_RELEASE=$PRE_RELEASE
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COHERENCE_IMAGE ?= oraclecoherence/coherence-ce:20.06.1
4343TEST_COHERENCE_IMAGE ?= $(COHERENCE_IMAGE )
4444
4545# Operator image names
46- RELEASE_IMAGE_PREFIX ?= ghcr.io/oracle/coherence-operator/
46+ RELEASE_IMAGE_PREFIX ?= ghcr.io/oracle/
4747OPERATOR_IMAGE_REPO := $(RELEASE_IMAGE_PREFIX ) coherence-operator
4848OPERATOR_IMAGE := $(OPERATOR_IMAGE_REPO ) :$(VERSION )
4949UTILS_IMAGE ?= $(OPERATOR_IMAGE_REPO ) :$(VERSION ) -utils
You can’t perform that action at this time.
0 commit comments