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 fd310db commit 229c4a6Copy full SHA for 229c4a6
.github/workflows/build.yaml
@@ -51,6 +51,4 @@ jobs:
51
push: true
52
tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
54
- cache-from: type=gha
55
- cache-to: type=gha,mode=max
56
Dockerfile
@@ -4,7 +4,7 @@ RUN apk update && \
4
apk add bash jq alpine-sdk sed gawk git ca-certificates curl && \
5
apk add --no-cache gcc musl-dev
6
7
-# WORKDIR /go/src/
+WORKDIR /go/src/
8
9
# get dependencies
10
COPY go.mod go.sum ./
0 commit comments