Skip to content

Commit

Permalink
do not push from .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gprossliner committed Jan 11, 2024
1 parent 8a89ecc commit c34e611
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ changelog:

dockers:
- id: myimg

# we push outside of golreleaser to have more control over this stage
# we can just retag or may build an own image based on this one
skip_push: true

image_templates:
# we use the latest tag here because we will retrag and push the image
# outside of goreleaser
Expand Down

0 comments on commit c34e611

Please sign in to comment.