Skip to content

Commit

Permalink
Update pipeline images
Browse files Browse the repository at this point in the history
  • Loading branch information
timuthy committed Mar 4, 2021
1 parent 8307a62 commit a766229
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ etcd-druid:
'inject-commit-hash'
inject_effective_version: true
publish:
oci-builder: 'kaniko'
dockerimages:
etcd-druid:
registry: 'gcr-readwrite'
Expand All @@ -20,11 +21,11 @@ etcd-druid:
build: ~
steps:
check:
image: 'golang:1.13'
image: 'golang:1.15.8'
test:
image: 'golang:1.13'
image: 'golang:1.15.8'
build:
image: 'golang:1.13'
image: 'golang:1.15.8'
output_dir: 'binary'

jobs:
Expand Down

0 comments on commit a766229

Please sign in to comment.