We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777328a commit 493b0dfCopy full SHA for 493b0df
cloudbuild.yaml
@@ -6,6 +6,8 @@ steps:
6
'--file', 'Dockerfile',
7
'--tag', 'gcr.io/${_PROJECT_ID}/${_SERVICE_NAME}:$COMMIT_SHA',
8
'--tag', 'gcr.io/${_PROJECT_ID}/${_SERVICE_NAME}:$VERSION',
9
+ '--label', 'org.opencontainers.image.revision=$COMMIT_SHA'
10
+ '--label', 'org.opencontainers.image.source=github.com/ServeRest/ServeRest'
11
'.']
12
# Push the container image to Container Registry
13
- name: 'gcr.io/cloud-builders/docker'
0 commit comments