Skip to content

Commit

Permalink
fixup! Update GitHub workflow for matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
activeshadow committed Aug 23, 2023
1 parent 6ab3747 commit ce37db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
digest="${{ steps.build.output.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload Digest
uses: action/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: digests
path: /tmp/digests/*
Expand All @@ -65,7 +65,7 @@ jobs:
contents: read
steps:
- name: Download Digests
uses: action/download-artifact@v3
uses: actions/download-artifact@v3
with:
name: digests
path: /tmp/digests
Expand Down

0 comments on commit ce37db3

Please sign in to comment.