Skip to content

Commit

Permalink
remove skip_push from release action (#14)
Browse files Browse the repository at this point in the history
accidental test setting committed
  • Loading branch information
betamike authored Sep 6, 2023
1 parent 61c3338 commit fe6bba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ release:
dockers:
- dockerfile: "build_template.docker"
use: buildx
skip_push: true
image_templates:
- "us-docker.pkg.dev/pvn-infra/pvn-public/pvn-wrapper:{{ .Tag }}-amd64"
build_flag_templates:
Expand All @@ -39,7 +38,6 @@ dockers:
- "--platform=linux/amd64"
- dockerfile: "build_template.docker"
use: buildx
skip_push: true
image_templates:
- "us-docker.pkg.dev/pvn-infra/pvn-public/pvn-wrapper:{{ .Tag }}-arm64"
build_flag_templates:
Expand Down

0 comments on commit fe6bba4

Please sign in to comment.