Skip to content

Commit

Permalink
Verify no cached images in docker daemon.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 12, 2023
1 parent 646d07e commit 07286c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
driver-opts: |
image=moby/buildkit:v0.10.6
- name: Verify docker daemon image contents
run: |
docker images
- name: Restore Docker cache (amd64)
uses: actions/cache/restore@v3
with:
Expand Down

0 comments on commit 07286c1

Please sign in to comment.