Created
December 15, 2023 03:21
-
-
Save dewan-ahmed/b5833bcc07d9fc27a47938621fb8de15 to your computer and use it in GitHub Desktop.
Gitness Docker Build and Push YAML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: pipeline | |
spec: | |
stages: | |
- name: build-and-push | |
spec: | |
platform: | |
arch: amd64 | |
os: linux | |
steps: | |
- name: docker_build | |
spec: | |
inputs: | |
repo: ttl.sh/xxxx-yyyy-nnnn-2a2222-4b44 | |
tags: 1h | |
name: docker | |
type: plugin | |
type: ci | |
version: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment