Skip to content

Commit b9a3de7

Browse files
committed
ci: remove dapper container
Signed-off-by: PoAn Yang <[email protected]>
1 parent 13285fa commit b9a3de7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@ jobs:
1010
build:
1111
name: Build images
1212
runs-on: ubuntu-latest
13-
container:
14-
image: rancher/dapper:v0.6.0
1513
steps:
16-
# Git is not in Dapper container image. Add it manually for dirty check.
17-
- name: Add Git
18-
run: apk add -U git
1914
- name: Checkout code
2015
uses: actions/checkout@v4
2116

2217
# Build binaries and SHA files
23-
- name: Run dapper ci
24-
run: dapper ci
18+
- name: Run make ci
19+
run: make ci
2520

2621
- name: Release
2722
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)