Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Nov 17, 2021
1 parent 7b64a93 commit 4cea0ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -e

IMAGE="vitobotta/hetzner-k3s"

docker build -t ${IMAGE}:v0.4.7 \
docker build -t ${IMAGE}:v0.4.8 \
--platform=linux/amd64 \
--cache-from ${IMAGE}:v0.4.6 \
--cache-from ${IMAGE}:v0.4.7 \
--build-arg BUILDKIT_INLINE_CACHE=1 .

docker push vitobotta/hetzner-k3s:v0.4.7
docker push vitobotta/hetzner-k3s:v0.4.8
2 changes: 1 addition & 1 deletion lib/hetzner/k3s/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hetzner
module K3s
VERSION = "0.4.7"
VERSION = "0.4.8"
end
end

0 comments on commit 4cea0ed

Please sign in to comment.