Skip to content

Commit 08b29dd

Browse files
fix action and readme
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent 3b902fe commit 08b29dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ runs:
5555
type=ref,event=branch,suffix=${{ inputs.tag-suffix }}
5656
type=ref,event=pr,suffix=${{ inputs.tag-suffix }}
5757
type=semver,pattern={{version}},prefix=v,suffix=${{ inputs.tag-suffix }}
58+
type=raw,value=latest
5859
- name: Set up QEMU
5960
uses: docker/setup-qemu-action@v3
6061
- name: Set up Docker Buildx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The definition method of podTemplate is:
1010

1111
```bash
1212
podTemplate(containers: [
13-
containerTemplate(name: 'base', image: 'kubesphere/builder-base:v2.1.0', ttyEnabled: true, command: 'cat')
13+
containerTemplate(name: 'base', image: 'kubesphere/builder-base:latest', ttyEnabled: true, command: 'cat')
1414
])
1515
```
1616

0 commit comments

Comments
 (0)