Skip to content

Commit a0d1248

Browse files
committed
Add buildx configuration step
1 parent 476fd93 commit a0d1248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
username: ${{ github.actor }}
2525
password: ${{ secrets.CR_PAT }}
2626

27+
- uses: docker/setup-buildx-action@v1
2728
- name: Push to GitHub Packages
2829
uses: docker/build-push-action@v2
2930
with:

0 commit comments

Comments
 (0)