chainguard-images / actions

GitHub actions for the chainguard-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions include removed apko options

max-allan opened this issue · comments

Description

See chainguard-dev/apko@a1d2154

Several options are removed from apko publish

	cmd.Flags().StringVar(&packageVersionTag, "package-version-tag", "", "Tag the final image with the version of the package passed in")
	cmd.Flags().BoolVar(&packageVersionTagStem, "package-version-tag-stem", false, "add additional tags by stemming the package version")
	cmd.Flags().StringVar(&packageVersionTagPrefix, "package-version-tag-prefix", "", "prefix for package version tag(s)")
	cmd.Flags().StringVar(&tagSuffix, "tag-suffix", "", "suffix to use for automatically generated tags")
	cmd.Flags().StringVar(&stageTags, "stage-tags", "", "path to file to write list of tags to instead of publishing them")

This means all the examples in https://github.com/chainguard-dev/hello-melange-apko/tree/main are failing the CICD.

Ah, I found an existing PR #123