Skip to content

Commit

Permalink
try with main docker-registry images
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed May 2, 2024
1 parent 2821a13 commit 6685b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/operator-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
make -C components/operator deploy
make -C tests/operator test
env:
IMG: europe-docker.pkg.dev/kyma-project/dev/dockerregistry-operator:PR-17
IMG: europe-docker.pkg.dev/kyma-project/prod/dockerregistry-operator:v20240430-39d4875c
- name: run integration test (post)
if: github.event_name == 'push'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/serverless-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
make -C tests/serverless serverless-integration serverless-contract-tests
make remove-serverless
env:
IMG: europe-docker.pkg.dev/kyma-project/dev/dockerregistry-operator:PR-17
IMG: europe-docker.pkg.dev/kyma-project/prod/dockerregistry-operator:v20240430-39d4875c
- name: run integration test (post)
if: github.event_name == 'push'
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install-serverless-local-sources: ## Install serverless from local sources.
$(eval IMG_VERSION=local-$(shell date +'%Y%m%d-%H%M%S'))
IMG_VERSION=${IMG_VERSION} ./hack/build_all.sh

$(eval IMG=europe-docker.pkg.dev/kyma-project/dev/dockerregistry-operator:PR-17)
$(eval IMG=europe-docker.pkg.dev/kyma-project/prod/dockerregistry-operator:v20240430-39d4875c)
IMG_DIRECTORY="kyma-project" IMG_VERSION=${IMG_VERSION} IMG=${IMG} make -C ${OPERATOR_ROOT} docker-build-local

k3d image import "${IMG}" -c kyma
Expand Down

0 comments on commit 6685b23

Please sign in to comment.