Skip to content

Commit f2b88ab

Browse files
committed
code review suggestions for image building
1 parent c592704 commit f2b88ab

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
container:
9-
image: rancher/dapper:v0.6.0
108
steps:
119
- name: Checkout Code
1210
uses: actions/checkout@v4
1311
- name: Run Dapper CI
14-
run: dapper build
12+
run: make build

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
- name: Set up QEMU
3939
uses: docker/setup-qemu-action@v3
4040
- name: Run Dapper CI
41-
run: |
42-
make
43-
./.dapper ci
41+
run: make ci
4442
- name: Generate Checksum
4543
run: |
4644
cd dist/artifacts

0 commit comments

Comments
 (0)