Skip to content

Commit

Permalink
Fix Makefile docker volume
Browse files Browse the repository at this point in the history
Point to the right folder naming
  • Loading branch information
frankywahl committed Jun 14, 2024
1 parent b5001b5 commit 1d49b0f
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 @@ -20,9 +20,9 @@ ifeq ($(DOCKER), true)
GO=docker run --rm --volume $(shell pwd):/app --workdir /app golang:latest go
GOLINT=docker run --rm --volume $(shell pwd):/app --workdir /app golangci/golangci-lint:latest golangci-lint
GORELEASER=docker run --rm --privileged \
--volume $(shell pwd):/go/src/github.com/frankywahl/allowed-signers \
--volume $(shell pwd):/go/src/github.com/frankywahl/super_hooks \
--volume /var/run/docker.sock:/var/run/docker.sock \
--workdir /go/src/github.com/frankywahl/allowed-signers \
--workdir /go/src/github.com/frankywahl/super_hooks \
--env GITHUB_TOKEN=${GITHUB_TOKEN} \
--env SOURCE=${SOURCE} \
goreleaser/goreleaser
Expand Down

0 comments on commit 1d49b0f

Please sign in to comment.