Skip to content

Commit 4b91be3

Browse files
committed
lint fixes
1 parent d53a3d5 commit 4b91be3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.16
1+
v0.2.17

examples/cloud-build/cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ steps:
1414
docker build --build-arg VERSION=${TAG_NAME} \
1515
-t "${LOCATION}-docker.pkg.dev/${PROJECT_ID}/${REPO_NAME}/${_IMG_NAME}:${TAG_NAME}" \
1616
.
17-
17+
1818
# Publish image
1919
- id: publish
2020
name: gcr.io/cloud-builders/docker
2121
entrypoint: /bin/bash
22-
waitFor:
22+
waitFor:
2323
- build
2424
dir: app
2525
args:
@@ -31,7 +31,7 @@ steps:
3131
cat image-digest.txt
3232
3333
- id: scan
34-
waitFor:
34+
waitFor:
3535
- publish
3636
name: anchore/grype
3737
args: ['--add-cpes-if-none', '-s', 'AllLayers', '-o', 'json', '--file', 'report.json', '$(cat image-digest.txt)']

0 commit comments

Comments
 (0)