We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476fd93 commit a0d1248Copy full SHA for a0d1248
.github/workflows/docker.yml
@@ -24,6 +24,7 @@ jobs:
24
username: ${{ github.actor }}
25
password: ${{ secrets.CR_PAT }}
26
27
+ - uses: docker/setup-buildx-action@v1
28
- name: Push to GitHub Packages
29
uses: docker/build-push-action@v2
30
with:
0 commit comments