Skip to content

Commit

Permalink
Fix tagging of extension image for remote dev setup (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov authored Feb 18, 2025
1 parent 200512b commit dd1d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ci-e2e-kind:
export SKAFFOLD_BUILD_CONCURRENCY = 0
extension-up extension-dev: export SKAFFOLD_DEFAULT_REPO = garden.local.gardener.cloud:5001
extension-up extension-dev: export SKAFFOLD_PUSH = true
extension-up extension-dev: export EXTENSION_VERSION = $(VERSION)
extension-up extension-dev remote-extension-up: export EXTENSION_VERSION = $(VERSION)
# use static label for skaffold to prevent rolling all gardener components on every `skaffold` invocation
extension-up extension-dev extension-down: export SKAFFOLD_LABEL = skaffold.dev/run-id=extension-local

Expand Down

0 comments on commit dd1d159

Please sign in to comment.