Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--tags and --tag-only are not respected when --push=false is specified #688

Open
adambkaplan opened this issue Apr 20, 2022 · 1 comment

Comments

@adambkaplan
Copy link

adambkaplan commented Apr 20, 2022

Bug Report

When running build, resolve, or apply with --push=false, the -t or --tags and --tag-only options are not respected.

Expected Behavior

When -t or --tags option is used with --push=false, ko produces an image with the tag applied.
When the --tag-only option is used with --push=false, image references in ko resolve and ko apply reference images by tag (not sha).

Actual Behavior

Only image shas are used in ko appy/resolve when --push=false.

ko version

v0.11.2

@adambkaplan adambkaplan changed the title [Regression] --tags and --tag-only are not respected --tags and --tag-only are not respected when --push=false is specified Apr 20, 2022
@github-actions
Copy link

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants