Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 3a8e130

Browse files
committed
build: print image digests after pulling in provisioning tests
When diagnosing CI failures, it is extremely useful to know exactly which version of each docker image was used.
1 parent c180e48 commit 3a8e130

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/provisioning-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
- name: set up requirements
5555
run: make requirements
5656

57-
- name: clone
57+
- name: clone repositories
5858
run: make dev.clone.https
5959

60-
- name: pull
61-
run: make dev.pull.${{matrix.services}}
60+
- name: pull images and print
61+
run: |
62+
make dev.pull.${{matrix.services}}
63+
docker images --digests | grep latest | sort
6264
6365
- name: provision
6466
run: make dev.provision.${{matrix.services}}

0 commit comments

Comments
 (0)