Skip to content

Commit

Permalink
Merge pull request #7971 from ethereum-optimism/aj/fix-golang-docker
Browse files Browse the repository at this point in the history
docker: Fix golang-docker target
  • Loading branch information
ajsutton authored Nov 1, 2023
2 parents 58c8b1f + 0eb27a9 commit bcdfa0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ golang-docker:
# We don't use a buildx builder here, and just load directly into regular docker, for convenience.
GIT_COMMIT=$$(git rev-parse HEAD) \
GIT_DATE=$$(git show -s --format='%ct') \
IMAGE_TAGS=$$GIT_COMMIT,latest \
IMAGE_TAGS=$$(git rev-parse HEAD),latest \
docker buildx bake \
--progress plain \
--load \
Expand Down Expand Up @@ -189,4 +189,3 @@ install-geth:
go install -v github.com/ethereum/go-ethereum/cmd/geth@$(shell cat .gethrc); \
echo "Installed geth!"; true)
.PHONY: install-geth

0 comments on commit bcdfa0b

Please sign in to comment.