From e500a9813193ca347c1711c4cc7e6cb74e029273 Mon Sep 17 00:00:00 2001 From: Dave Cavaletto Date: Tue, 21 Jun 2022 11:05:36 -0600 Subject: [PATCH] add podman build file --- podman.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 podman.yaml diff --git a/podman.yaml b/podman.yaml new file mode 100644 index 0000000..118b86a --- /dev/null +++ b/podman.yaml @@ -0,0 +1,7 @@ +steps: +- name: 'marshallford/podman:latest' + args: [ 'build', '-t', 'gcr.io/davec-op-project/app:$_TAG', '.' ] +images: + - 'gcr.io/davec-op-project/app:$_TAG' +substitutions: + _TAG: ${TAG_NAME/v/} \ No newline at end of file