mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
follow new naming scheme
This commit is contained in:
parent
091747fa48
commit
419c000189
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
|
@ -510,8 +510,8 @@ publish: bump_version build_dists upload_dists
|
||||||
## 2. Your docker daemon is not running
|
## 2. Your docker daemon is not running
|
||||||
## 3. You're using WSL and docker is not exposed on tcp://localhost:2375
|
## 3. You're using WSL and docker is not exposed on tcp://localhost:2375
|
||||||
## 4. You're using WSL but didn't do export DOCKER_HOST="tcp://localhost:2375"
|
## 4. You're using WSL but didn't do export DOCKER_HOST="tcp://localhost:2375"
|
||||||
.PHONY: build_docker
|
.PHONY: docker_build
|
||||||
build_docker:
|
docker_build:
|
||||||
@if [[ -f "$(RSA_KEY_PATH)" ]]; then \
|
@if [[ -f "$(RSA_KEY_PATH)" ]]; then \
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg SSH_PRIVATE_RSA_KEY="$$(cat '$(RSA_KEY_PATH)')" \
|
--build-arg SSH_PRIVATE_RSA_KEY="$$(cat '$(RSA_KEY_PATH)')" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue