Skip to content

Commit

Permalink
add podman build file
Browse files Browse the repository at this point in the history
  • Loading branch information
caddac committed Jun 21, 2022
1 parent bf67ae8 commit e500a98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions podman.yaml
Original file line number Diff line number Diff line change
@@ -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/}

0 comments on commit e500a98

Please sign in to comment.