File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : Verify release ancestry
30
30
run : ./tools/verify-release-ancestry.sh "$GITHUB_SHA"
31
31
32
- - name : Build .deb
32
+ - name : Build Boulder container and .deb
33
33
id : build
34
34
env :
35
35
GO_VERSION : ${{ matrix.GO_VERSION }}
Original file line number Diff line number Diff line change 26
26
with :
27
27
persist-credentials : false
28
28
29
- - name : Build .deb
29
+ - name : Build Boulder container and .deb
30
30
id : build
31
31
env :
32
32
GO_VERSION : ${{ matrix.GO_VERSION }}
46
46
id : check
47
47
run : cat boulder*.checksums.txt
48
48
49
- - name : Build ct-test-srv Container
49
+ - name : Build ct-test-srv container
50
50
run : docker buildx build . --build-arg "GO_VERSION=${{ matrix.GO_VERSION }}" -f test/ct-test-srv/Dockerfile -t "ghcr.io/letsencrypt/ct-test-srv:${{ github.sha }}-go${{ matrix.GO_VERSION }}"
You can’t perform that action at this time.
0 commit comments