Skip to content

Commit e5f06c6

Browse files
authored
Update release.yml
1 parent 9734c1b commit e5f06c6

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,4 @@ jobs:
2525
with:
2626
password: ${{ secrets.pypi_password }}
2727
verbose: true
28-
-
29-
name: Set up QEMU
30-
uses: docker/setup-qemu-action@v1
31-
-
32-
name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v1
34-
-
35-
name: Login to DockerHub
36-
uses: docker/login-action@v1
37-
with:
38-
username: ${{ secrets.DOCKER_USERNAME }}
39-
password: ${{ secrets.DOCKER_PASSWORD }}
40-
-
41-
name: Build and push to Docker Hub
42-
id: docker_build
43-
uses: docker/build-push-action@v2
44-
with:
45-
push: true
46-
tags: superannotate/pythonsdk:latest
28+

0 commit comments

Comments
 (0)