Skip to content

Commit

Permalink
deploy image locally instead of using ghcr`
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed May 3, 2024
1 parent a640182 commit 57d22d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
set -euxfo pipefail
REGISTRY=registry.registry.svc.cluster.local:32222
KO_DOCKER_REPO=ghcr.io/openshift-pipelines/tekton-caches
KO_DOCKER_REPO=localhost:5000/tekton-caches
IMAGE_REF="${KO_DOCKER_REPO}/cache:$(git rev-parse HEAD | tr -d '\n')"
kubectl -n registry get deployment
Expand Down

0 comments on commit 57d22d0

Please sign in to comment.