mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2026-07-22 22:05:55 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0ed07bf5a |
@@ -66,7 +66,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@ RUN go install github.com/yaegashi/muslstack@latest && \
|
|||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
FROM alpine:3.18
|
FROM alpine:3.21.0
|
||||||
|
|
||||||
# renew global args from above & pin any dependency versions
|
# renew global args from above & pin any dependency versions
|
||||||
ARG HUGO_VERSION
|
ARG HUGO_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user