Skip to content

Commit

Permalink
Merge pull request #91 from cybozu-go/migrate-to-ghcr
Browse files Browse the repository at this point in the history
Migrate to ghcr.io
  • Loading branch information
yokaze authored Jan 15, 2024
2 parents f1c4680 + 85a527a commit 758daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage1: build the binary
FROM --platform=$BUILDPLATFORM quay.io/cybozu/golang:1.21-jammy as builder
FROM --platform=$BUILDPLATFORM ghcr.io/cybozu/golang:1.21-jammy as builder

ARG TARGETARCH

Expand Down

0 comments on commit 758daa3

Please sign in to comment.