Skip to content

Commit

Permalink
Merge pull request #5 from cybozu-go/fix-image-name
Browse files Browse the repository at this point in the history
fix image name
  • Loading branch information
binoue authored Apr 12, 2021
2 parents 84ef6d9 + da476b3 commit e715497
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 e715497

Please sign in to comment.