Skip to content

Commit e6d05f2

Browse files
authored
Merge branch 'main' into ft/bump_up_go_version
2 parents f749a21 + 9de6fb9 commit e6d05f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index/server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Index Server build stage
1717
FROM golang:1.21-alpine@sha256:3f8e3ad3e7c128d29ac3004ac8314967c5ddbfa5bfa7caa59b0de493fc01686a AS index-builder
18+
1819
WORKDIR /tools
1920
COPY . .
2021
RUN CGO_ENABLED=0 go build -mod=vendor -o index-server main.go

oci-registry/build-multi-arch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ else
7676

7777
# Push and delete local manifest
7878
docker manifest push "$DEFAULT_MANIFEST"
79-
docker manifest rm "$$DEFAULT_MANIFEST"
79+
docker manifest rm "$DEFAULT_MANIFEST"
8080

8181
fi

0 commit comments

Comments
 (0)