Sha256: e8c2334ed148023927d6125f95fa71696c75db6a5a4eddafdad7d96f404d058b
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.4.7 \ --platform=linux/amd64 \ --cache-from ${IMAGE}:v0.4.6 \ --build-arg BUILDKIT_INLINE_CACHE=1 . docker push vitobotta/hetzner-k3s:v0.4.7
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hetzner-k3s-0.4.7 | bin/build.sh |