We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fac2c1 commit ef44bd9Copy full SHA for ef44bd9
.github/workflows/release.yml
@@ -17,6 +17,10 @@ jobs:
17
uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
+ - name: Set up QEMU
21
+ uses: docker/setup-qemu-action@v3
22
+ - name: Set up Docker Buildx
23
+ uses: docker/setup-buildx-action@v3
24
- run: git fetch --force --tags
25
- name: Set up Go
26
uses: actions/setup-go@v5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:latest as certs
+FROM alpine:latest AS certs
2
RUN apk update && apk add ca-certificates
3
4
FROM cgr.dev/chainguard/busybox:latest
0 commit comments