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 befab3b commit 7bb37e0Copy full SHA for 7bb37e0
.github/workflows/pre_release.yml
@@ -24,23 +24,4 @@ jobs:
24
uses: pypa/gh-action-pypi-publish@master
25
with:
26
password: ${{ secrets.pypi_password }}
27
- -
28
- name: Set up QEMU
29
- uses: docker/setup-qemu-action@v1
30
31
- name: Set up Docker Buildx
32
- uses: docker/setup-buildx-action@v1
33
34
- name: Login to DockerHub
35
- uses: docker/login-action@v1
36
- with:
37
- username: ${{ secrets.DOCKER_USERNAME }}
38
- password: ${{ secrets.DOCKER_PASSWORD }}
39
40
- name: Build and push to Docker Hub
41
- id: docker_build
42
- uses: docker/build-push-action@v2
43
44
- push: true
45
- tags: superannotate/pythonsdk:dev
46
- build-args: PIP_FLAGS=--pre
+
0 commit comments