Move Dockerfile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
cover.out
|
||||
cover.html
|
||||
pkg
|
||||
|
||||
2
justfile
2
justfile
@@ -32,4 +32,4 @@ todo:
|
||||
docker:
|
||||
#!/bin/bash -ex
|
||||
VER=$(git tag --sort=v:refname | tail -1)
|
||||
docker buildx build --target=dist --platform=linux/arm64,linux/amd64 --provenance=false --build-arg=git_tag=$VER --push --tag=ghcr.io/gopatchy/bkl:${VER#v} --tag=ghcr.io/gopatchy/bkl:latest pkg
|
||||
docker buildx build --target=dist --platform=linux/arm64,linux/amd64 --provenance=false --build-arg=git_tag=$VER --push --tag=ghcr.io/gopatchy/bkl:${VER#v} --tag=ghcr.io/gopatchy/bkl:latest .
|
||||
|
||||
Reference in New Issue
Block a user