Skip to content

Commit cde8975

Browse files
authored
Merge pull request #15 from dianalin2/hugo-0.133-ext
fix deprecation warnings
2 parents 306ff36 + 78ce5e9 commit cde8975

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-
1414
name: Set up QEMU
15-
uses: docker/setup-qemu-action@v1
15+
uses: docker/setup-qemu-action@v3
1616
-
1717
name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.11.6
22
LABEL org.opencontainers.image.source=https://github.com/uvarc/hugo-build
33

44
WORKDIR /root/
5-
ENV AWS_DEFAULT_REGION us-east-1
5+
ENV AWS_DEFAULT_REGION=us-east-1
66

77
# Update, install Git and things
88
RUN apk update && apk add py-pip git python2-dev py-yuicompressor coreutils libstdc++ npm && rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)