Skip to content

Commit

Permalink
fix docker builds by using buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Feb 4, 2024
1 parent ef5e8d3 commit 40472a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login into GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down

0 comments on commit 40472a3

Please sign in to comment.