Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Jul 23, 2024
1 parent a9ca20d commit 37df6fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: docker run --rm brew brew test-bot --only-setup

- run: docker image inspect --format=json brew
- run: docker image inspect --format='{{.Id}}' brew

- run: docker images --digests brew
- run: docker images --digests brew --format='{{.Digest}}'

- name: Generate image digest
id: digest
Expand Down

0 comments on commit 37df6fb

Please sign in to comment.