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.
2 parents 1edf85b + b1464e4 commit 2333c28Copy full SHA for 2333c28
.github/workflows/release.yml
@@ -75,6 +75,15 @@ jobs:
75
password: ${{ secrets.PYPI_API_TOKEN }}
76
verbose: true
77
78
+ - name: Set up Docker Buildx
79
+ uses: docker/setup-buildx-action@v1
80
+
81
+ - name: Login to DockerHub
82
+ uses: docker/login-action@v1
83
+ with:
84
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
85
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
86
87
- name: Build base Docker image
88
uses: docker/build-push-action@v2.7.0
89
with:
0 commit comments