We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 306ff36 + 78ce5e9 commit cde8975Copy full SHA for cde8975
2 files changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
-
14
name: Set up QEMU
15
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v3
16
17
name: Set up Docker Buildx
18
uses: docker/setup-buildx-action@v3
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.11.6
2
LABEL org.opencontainers.image.source=https://github.com/uvarc/hugo-build
3
4
WORKDIR /root/
5
-ENV AWS_DEFAULT_REGION us-east-1
+ENV AWS_DEFAULT_REGION=us-east-1
6
7
# Update, install Git and things
8
RUN apk update && apk add py-pip git python2-dev py-yuicompressor coreutils libstdc++ npm && rm -rf /var/cache/apk/*
0 commit comments