Skip to content

Commit

Permalink
Add buildx configuration step
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhem committed Dec 11, 2020
1 parent 476fd93 commit a0d1248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}

- uses: docker/setup-buildx-action@v1
- name: Push to GitHub Packages
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit a0d1248

Please sign in to comment.