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

feat: add --destination flag for kaniko build #9415

Merged
merged 1 commit into from
May 10, 2024

Conversation

hedinasr
Copy link
Contributor

Description
We are using Skaffold to build images in our CI. We wanted to push multiple tags for one image so we implemented the use of the --destination kaniko's flag.

It would be used like this:

apiVersion: skaffold/v4beta11
kind: Config
metadata:
  name: base-image
build:
  artifacts:
    - image: base
      kaniko:
        destination:
          - base:test-1
          - base:test-2

@hedinasr hedinasr changed the title feat: add --description flag for kaniko build feat: add --destination flag for kaniko build May 10, 2024
@ericzzzzzzz ericzzzzzzz added the kokoro:run runs the kokoro jobs on a PR label May 10, 2024
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label May 10, 2024
@ericzzzzzzz ericzzzzzzz merged commit 38c7308 into GoogleContainerTools:main May 10, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants