Skip to content

Commit

Permalink
Re-add docker buildx for release pipeilne
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Sep 11, 2022
1 parent 67045ee commit c74e2e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: "Dependency: Install cosign"
uses: sigstore/[email protected]

- name: "Dependency: Install Docker Buildx"
id: buildx
uses: docker/setup-buildx-action@v2

- name: "Checkout Repo"
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c74e2e9

Please sign in to comment.