Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 183 Bytes

build.md

File metadata and controls

5 lines (3 loc) · 183 Bytes

docker buildx build --platform linux/arm64 -t go-cache:latest --load .

docker tag go-cache:latest ghcr.io/tgrziminiar/go-cache:latest

docker push ghcr.io/tgrziminiar/go-cache:latest