We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7b418 commit 4717a0bCopy full SHA for 4717a0b
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
docker:
25
runs-on: ubuntu-latest
26
steps:
27
+ - uses: actions/checkout@v4
28
+
29
- uses: docker/setup-buildx-action@v3
30
31
- uses: docker/metadata-action@v5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22 as builder
+FROM golang:1.22 AS builder
2
WORKDIR /workspace
3
COPY go.mod go.mod
4
COPY go.sum go.sum
0 commit comments