Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
Signed-off-by: binoue <[email protected]>
  • Loading branch information
binoue committed Apr 9, 2021
1 parent 84ef6d9 commit da476b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions docs/user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
spec:
containers:
- name: runner
image: quay.io/cybozu/runner:latest
image: quay.io/cybozu/actions-runner:latest
serviceAccountName: runner
```
Expand Down Expand Up @@ -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.

0 comments on commit da476b3

Please sign in to comment.