Skip to content

Commit

Permalink
Publish v0.136.4. [release] (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Oct 22, 2024
1 parent 6e86bb9 commit 486528f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 0.136/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM cimg/go:1.22

LABEL maintainer="Ricardo N Feliciano <Ricardo@Feliciano.Tech>"

ENV HUGO_VER 0.136.3
ENV HUGO_VER 0.136.4
ENV HUGO_DOWNLOAD_URL https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_extended_${HUGO_VER}_Linux-64bit.tar.gz

# Install HTML Proofer - eventually to be replaced with non-Ruby alternative
Expand Down
2 changes: 1 addition & 1 deletion GEN-CHECK
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GEN_CHECK=(v0.136.3)
GEN_CHECK=(v0.136.4)
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# Do not edit by hand; please use build scripts/templates to make changes

docker build --file 0.136/Dockerfile -t hubci/hugo:0.136.3 -t hubci/hugo:0.136 --platform linux/amd64 .
docker build --file 0.136/Dockerfile -t hubci/hugo:0.136.4 -t hubci/hugo:0.136 --platform linux/amd64 .
2 changes: 1 addition & 1 deletion push-images.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# Do not edit by hand; please use build scripts/templates to make changes
docker push hubci/hugo:0.136
docker push hubci/hugo:0.136.3
docker push hubci/hugo:0.136.4

0 comments on commit 486528f

Please sign in to comment.