diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39c29a2b..e8c877e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ jobs: name: Push images to quay.io runs-on: ubuntu-20.04 env: - CONTROLLER_IMG: quay.io/cybozu/actions-controller:latest + CONTROLLER_IMG: quay.io/cybozu/actions-runner-controller:latest RUNNER_IMG: quay.io/cybozu/actions-runner:latest AGENT_IMG: quay.io/cybozu/actions-slack-agent:latest steps: diff --git a/docs/user-manual.md b/docs/user-manual.md index ee61661c..8f2a6ecd 100644 --- a/docs/user-manual.md +++ b/docs/user-manual.md @@ -115,7 +115,7 @@ spec: spec: containers: - name: runner - image: quay.io/cybozu/runner:latest + image: quay.io/cybozu/actions-runner:latest serviceAccountName: runner ``` @@ -185,4 +185,3 @@ This button can be clicked multiple times if the `Pod` still exists. NOTE: The time picker feature is still beta, and [`github.com/slack-go/slack`](https://github.com/slack-go/slack) cannot parse interactive messages which contains a time picker component. -