good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit de20b01e authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

"make docker" add latest tag #4361

parent fe778194
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ go-version: ...@@ -30,7 +30,7 @@ go-version:
fi fi
docker: git-submodules docker: git-submodules
DOCKER_BUILDKIT=1 docker build \ DOCKER_BUILDKIT=1 docker build -t thorax/erigon:latest \
--build-arg "BUILD_DATE=$(shell date -Iseconds)" \ --build-arg "BUILD_DATE=$(shell date -Iseconds)" \
--build-arg VCS_REF=${GIT_COMMIT} \ --build-arg VCS_REF=${GIT_COMMIT} \
--build-arg VERSION=${GIT_TAG} \ --build-arg VERSION=${GIT_TAG} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment