Skip to content

Commit

Permalink
Merge branch 'main' into ft/bump_up_go_version
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk authored May 31, 2024
2 parents f749a21 + 9de6fb9 commit e6d05f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Index Server build stage
FROM golang:1.21-alpine@sha256:3f8e3ad3e7c128d29ac3004ac8314967c5ddbfa5bfa7caa59b0de493fc01686a AS index-builder

WORKDIR /tools
COPY . .
RUN CGO_ENABLED=0 go build -mod=vendor -o index-server main.go
Expand Down
2 changes: 1 addition & 1 deletion oci-registry/build-multi-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ else

# Push and delete local manifest
docker manifest push "$DEFAULT_MANIFEST"
docker manifest rm "$$DEFAULT_MANIFEST"
docker manifest rm "$DEFAULT_MANIFEST"

fi

0 comments on commit e6d05f2

Please sign in to comment.