Skip to content

Commit

Permalink
Merge pull request #1338 from cybozu/migrate-to-ghcr
Browse files Browse the repository at this point in the history
Migrate meows-dctest-runner to ghcr.io
  • Loading branch information
yokaze committed May 8, 2024
2 parents f24790b + 26c359f commit 7ff4eb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ workflows:
- build:
name: build-meows-dctest-runner
container-image: meows-dctest-runner
scan: true
- build:
name: build-meows-neco-runner
container-image: meows-neco-runner
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ jobs:
container-image: "memcached"
- dir: "./memcached-exporter"
container-image: "memcached-exporter"
- dir: "./meows-dctest-runner"
container-image: "meows-dctest-runner"
request-scan: "true"
- dir: "./meows-neco-runner"
container-image: "meows-neco-runner"
request-scan: "true"
Expand Down
2 changes: 1 addition & 1 deletion meows-dctest-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Build Docker container image for [meows][], which is GitHub Actions self-hosted
Docker images
-------------

Docker images are available on [Quay.io](https://quay.io/repository/cybozu/dctest-meows-runner)
Docker images are available on [ghcr.io](https://github.com/cybozu/neco-containers/pkgs/container/meows-dctest-runner)

[meows]: https://github.com/cybozu-go/meows
2 changes: 1 addition & 1 deletion meows-dctest-runner/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0.3
0.14.0.4

0 comments on commit 7ff4eb6

Please sign in to comment.