Skip to content

Commit 4717a0b

Browse files
author
Josh Ault
committed
fix docker GHA job
1 parent 4e7b418 commit 4717a0b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
docker:
2525
runs-on: ubuntu-latest
2626
steps:
27+
- uses: actions/checkout@v4
28+
2729
- uses: docker/setup-buildx-action@v3
2830

2931
- uses: docker/metadata-action@v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 as builder
1+
FROM golang:1.22 AS builder
22
WORKDIR /workspace
33
COPY go.mod go.mod
44
COPY go.sum go.sum

0 commit comments

Comments
 (0)