Skip to content

Commit

Permalink
change quay endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1queee committed Feb 27, 2021
1 parent 05f38d4 commit 4b8d1ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
IMAGE_HOST: quay.io
IMAGE: shipwright/shipwright-operator
IMAGE: encaladaenrique/eeeoo
run: make release
- name: Upload Release Asset
id: upload_release_asset
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TEST_SOURCE_SECRET ?=

# Image settings for building and pushing images
IMAGE_HOST ?= quay.io
IMAGE ?= shipwright/shipwright-operator
IMAGE ?= encaladaenrique/eeeoo
TAG ?= latest

.EXPORT_ALL_VARIABLES:
Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo "Building container image"

# Using defaults, this pushes to:
# quay.io/shipwright/shipwright-operator:latest
KO_DOCKER_REPO="$IMAGE_HOST/$IMAGE" GOFLAGS="${GO_FLAGS}" ko resolve -t "$TAG" --bare -R -f deploy/ > release.yaml
KO_DOCKER_REPO="$IMAGE_HOST/$IMAGE" GOFLAGS="${GO_FLAGS} -tags=pprof_enabled" ko resolve -t "$TAG-debug" --bare -R -f deploy/ > release-debug.yaml
KO_DOCKER_REPO="quay.io/encaladaenrique/eeeoo" GOFLAGS="${GO_FLAGS}" ko resolve -t "$TAG" --bare -R -f deploy/ > release.yaml
KO_DOCKER_REPO="quay.io/encaladaenrique/eeeoo" GOFLAGS="${GO_FLAGS} -tags=pprof_enabled" ko resolve -t "$TAG-debug" --bare -R -f deploy/ > release-debug.yaml

0 comments on commit 4b8d1ec

Please sign in to comment.