Skip to content

Commit

Permalink
fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Jul 5, 2021
1 parent 6a014eb commit bdba04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ifeq ($(RELEASE),0)
goreleaser release --rm-dist --skip-publish --snapshot
docker build --tag $(DOCKER_TAG) --pull .
else
goreleaser release --rm-dist --skip-sign --skip-publish --auto-snapshot --release-footer debian/release-footer.md
docker built --tag $(DOCKER_TAG) --pull .
goreleaser release --rm-dist --skip-sign --release-footer debian/release-footer.md
docker build --tag $(DOCKER_TAG) --pull .
docker push $(DOCKER_TAG)
endif

0 comments on commit bdba04a

Please sign in to comment.