We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c0a02 commit 8a2608bCopy full SHA for 8a2608b
1 file changed
.github/workflows/pipeline.yaml
@@ -37,6 +37,9 @@ jobs:
37
username: ${{ vars.DOCKERHUB_USERNAME }}
38
password: ${{ secrets.DOCKERHUB_TOKEN }}
39
40
+ - name: Set up Docker Buildx
41
+ uses: docker/setup-buildx-action@v3
42
+
43
- name: Build and push Docker image
44
uses: docker/build-push-action@v5
45
with:
0 commit comments