We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5382aa commit 3fdd664Copy full SHA for 3fdd664
.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
74
type=ref,event=branch
75
type=ref,event=pr
76
type=sha
77
+ - name: Setup docker buildx
78
+ uses: docker/setup-buildx-action@v3
79
- name: Build image
80
uses: docker/build-push-action@v5
81
if: github.ref == 'refs/heads/main'
0 commit comments