Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
timofey-kurakin-m10 authored Dec 18, 2023
1 parent fe505a7 commit 0412d80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ release-dry-run:
-w /dkron \
-e GITHUB_TOKEN=${GH_TOKEN_WRITE_PACKAGES} \
-e VERSION=${VERSION} \
#-e DOCKER_USERNAME \
#-e DOCKER_PASSWORD \
#-e DOCKER_REGISTRY \
-e DOCKER_USERNAME \
-e DOCKER_PASSWORD \
-e DOCKER_REGISTRY \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
Expand All @@ -34,9 +34,9 @@ release:
-w /dkron \
-e GITHUB_TOKEN=${GH_TOKEN_WRITE_PACKAGES} \
-e VERSION=${VERSION} \
#-e DOCKER_USERNAME \
#-e DOCKER_PASSWORD \
#-e DOCKER_REGISTRY \
-e DOCKER_USERNAME \
-e DOCKER_PASSWORD \
-e DOCKER_REGISTRY \
-v /var/run/docker.sock:/var/run/docker.sock \
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
release --rm-dist --skip-validate --timeout=1h
Expand Down

0 comments on commit 0412d80

Please sign in to comment.