Skip to content

Commit

Permalink
push docker image to GCR
Browse files Browse the repository at this point in the history
* we consume this during the Publish workflow

Authored-by: Mark Stokan <[email protected]>
  • Loading branch information
markstokan committed Jan 25, 2024
1 parent 963b66d commit 514bfaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dockers:
- image_templates:
- "pivotalcfreleng/winfs-injector:latest"
- "pivotalcfreleng/winfs-injector:{{ .Tag }}"
- "gcr.io/tas-ppe/pivotalcfreleng/winfs-injector:latest"
- "gcr.io/tas-ppe/pivotalcfreleng/winfs-injector:{{ .Tag }}"

skip_push: "false"

Expand All @@ -57,4 +59,4 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true
skip: true

0 comments on commit 514bfaf

Please sign in to comment.