initial commit
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
.PHONY: default build
|
||||
|
||||
-include .env
|
||||
|
||||
VERSION=0.15.1-1.2
|
||||
|
||||
SHELL := /bin/bash
|
||||
|
||||
default: build
|
||||
|
||||
build:
|
||||
podman build --build-arg VERSION=$(VERSION) --tag docker.io/bardak/restic:$(VERSION) .
|
||||
|
||||
push:
|
||||
podman push --creds $(USERNAME):$(PASSWORD) docker.io/bardak/restic:$(VERSION)
|
Reference in New Issue
Block a user