Skip to content

Commit

Permalink
Merge pull request #5 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 9, 2024
2 parents 6e8db1f + 3fd3859 commit 1be3e48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the zombie-detector binary
FROM quay.io/cybozu/golang:1.20-jammy as builder
FROM ghcr.io/cybozu/golang:1.20-jammy as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion e2e/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
spec:
containers:
- name: test
image: quay.io/cybozu/ubuntu:22.04
image: ghcr.io/cybozu/ubuntu:22.04
command: ["pause"]
2 changes: 1 addition & 1 deletion e2e/manifests/observer_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
runAsGroup: 10000
containers:
- name: test
image: quay.io/cybozu/ubuntu:22.04
image: ghcr.io/cybozu/ubuntu:22.04
command: ["pause"]
2 changes: 1 addition & 1 deletion e2e/manifests/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
runAsGroup: 10000
containers:
- name: test
image: quay.io/cybozu/ubuntu:22.04
image: ghcr.io/cybozu/ubuntu:22.04
command: ["pause"]

0 comments on commit 1be3e48

Please sign in to comment.