We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6328ce commit 39ff80fCopy full SHA for 39ff80f
1 file changed
skaffold.yaml
@@ -10,6 +10,9 @@ build:
10
context: netcore
11
- image: gcr.io/gcp-dev-tools/duct-tape/nodejs
12
context: nodejs
13
+ # ensure images are tagged with :latest
14
+ tagPolicy:
15
+ sha256: {}
16
test:
17
- image: gcr.io/gcp-dev-tools/duct-tape/go
18
structureTests: [./test/structure-tests-go.yaml]
@@ -67,6 +70,3 @@ profiles:
67
70
build:
68
71
local:
69
72
push: true
- tagPolicy:
- envTemplate:
- template: '{{.IMAGE_NAME}}:latest'
0 commit comments