README ¶ Example: using the envTemplate tag policy This example reuses the image name and uses an environment variable FOO to tag the image. The way you configure it in skaffold.yaml is the following build stanza: build: artifacts: - image: skaffold-example tagPolicy: envTemplate: template: "{{.IMAGE_NAME}}:{{.FOO}}" define tagPolicy to be envTemplate use go templates syntax The IMAGE_NAME variable is built-in and reuses the value defined in the artifacts' image. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.