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:
56
56
- name : Release
57
57
shell : bash
58
58
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 }}
60
60
git config --local user.name "Github Action"
61
61
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
62
62
make clean
63
- make build-all-images RELEASE_IMAGE_PREFIX="ghcr.io/$GITHUB_REPOSITORY/"
63
+ make build-all-images
64
64
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
43
43
TEST_COHERENCE_IMAGE ?= $(COHERENCE_IMAGE )
44
44
45
45
# Operator image names
46
- RELEASE_IMAGE_PREFIX ?= ghcr.io/oracle/coherence-operator/
46
+ RELEASE_IMAGE_PREFIX ?= ghcr.io/oracle/
47
47
OPERATOR_IMAGE_REPO := $(RELEASE_IMAGE_PREFIX ) coherence-operator
48
48
OPERATOR_IMAGE := $(OPERATOR_IMAGE_REPO ) :$(VERSION )
49
49
UTILS_IMAGE ?= $(OPERATOR_IMAGE_REPO ) :$(VERSION ) -utils
You can’t perform that action at this time.
0 commit comments