Sha256: c18109db71767635b00d7310e7ea401d88b88ca7382286133b6c8f36cb185e93
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
VERSION?=$(shell awk -F\" '/VERSION/ { print $$2; exit }' lib/middleman-hashicorp/version.rb) docker: @echo "==> Building container v${VERSION}..." @docker build \ --build-arg "VERSION=${VERSION}" \ --label "${VERSION}" \ --file "docker/Dockerfile" \ --tag "hashicorp/middleman-hashicorp" \ --tag "hashicorp/middleman-hashicorp:${VERSION}" \ --pull \ --rm \ $(shell pwd)/docker gem: @echo "==> Building and releasing gem v${VERSION}..." @bundle exec rake release release: gem docker .PHONY: docker gem release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-hashicorp-0.2.0 | Makefile |