Skip to content

Commit

Permalink
chore(docker): set git tag externally
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 31, 2023
1 parent 691abaf commit 3cf35b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
run: |
cargo install cross --git https://github.com/cross-rs/cross
export PROFILE=release
export GIT_TAG=$(shell git describe --tags --abbrev=0)
sudo -E env "PATH=$PATH" make docker-build-latest
sudo -E env "PATH=$PATH" make docker-build-latest GIT_TAG=$(git describe --tags --abbrev=0)
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PROFILE ?= release
DOCKER_IMAGE_NAME ?= alchemyplatform/rundler
BIN_DIR = "dist/bin"
BUILD_PATH = "target"
GIT_TAG ?= "latest"

.PHONY: build
build: ## Build the project.
Expand Down

0 comments on commit 3cf35b1

Please sign in to comment.