mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2026-02-02 07:35:11 +01:00
add github action to push image (#21)
Co-authored-by: sh0rez <me@shorez.de>
This commit is contained in:
parent
5776ff829f
commit
4f0571d7e1
3 changed files with 62 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -1,11 +1,11 @@
|
|||
.PHONY: build test push push-image
|
||||
|
||||
IMAGE_NAME ?= docsonnet
|
||||
IMAGE_PREFIX ?= jsonnet-libs
|
||||
IMAGE_PREFIX ?= jsonnetlibs
|
||||
IMAGE_TAG ?= 0.0.1
|
||||
|
||||
build:
|
||||
docker build -t $(IMAGE_PREFIX)/$(IMAGE_NAME):$(IMAGE_TAG) .
|
||||
docker buildx build -t $(IMAGE_PREFIX)/$(IMAGE_NAME):$(IMAGE_TAG) .
|
||||
|
||||
test: build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue