Skip to content

Commit 39ff80f

Browse files
authored
Use sha256 tagger to ensure built images are tagged with :latest (#43)
1 parent b6328ce commit 39ff80f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skaffold.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ build:
1010
context: netcore
1111
- image: gcr.io/gcp-dev-tools/duct-tape/nodejs
1212
context: nodejs
13+
# ensure images are tagged with :latest
14+
tagPolicy:
15+
sha256: {}
1316
test:
1417
- image: gcr.io/gcp-dev-tools/duct-tape/go
1518
structureTests: [./test/structure-tests-go.yaml]
@@ -67,6 +70,3 @@ profiles:
6770
build:
6871
local:
6972
push: true
70-
tagPolicy:
71-
envTemplate:
72-
template: '{{.IMAGE_NAME}}:latest'

0 commit comments

Comments
 (0)