Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Dec 9, 2019
1 parent c15a595 commit 1a0c59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:

- name: 'alpine'
args: ['sh', '-c', 'date -u +%Y%m%d%T%H%M%S > /workspace/_TAG']
args: ['sh', '-c', 'date -u +%Y%m%dT%H%M%S > /workspace/_TAG']

- name: 'gcr.io/cloud-builders/docker'
entrypoint: sh
Expand Down

0 comments on commit 1a0c59b

Please sign in to comment.