Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Jan 20, 2025
1 parent 7618ba2 commit 386b908
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
needs:
- docker_build
steps:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get -y install jq
- name: Download digests
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 386b908

Please sign in to comment.