Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Last active June 16, 2022 17:50
Show Gist options
  • Save mr-pascal/0576d63d426431a817261f5fe009d8d2 to your computer and use it in GitHub Desktop.
Save mr-pascal/0576d63d426431a817261f5fe009d8d2 to your computer and use it in GitHub Desktop.
steps:
# Build the container image and push it with Kaniko
- name: 'gcr.io/kaniko-project/executor:latest'
args:
- --cache=true
- --destination=eu.gcr.io/$PROJECT_ID/kaniko-demo:$COMMIT_SHA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment