Sha256: 6e32e4ad0699d45d19f8ccf635c87cda025800a83b1623e89b90e0567a9dd605
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
#!/bin/bash set -e IMAGE="vitobotta/hetzner-k3s" docker build -t ${IMAGE}:v0.5.1 \ --platform=linux/amd64 \ --cache-from ${IMAGE}:v0.5.0 \ --build-arg BUILDKIT_INLINE_CACHE=1 . docker push vitobotta/hetzner-k3s:v0.5.1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hetzner-k3s-0.5.1 | bin/build.sh |