Skip to content

Commit e49ae59

Browse files
authored
Update checks_and_dev_deploy.yml
1 parent e5f06c6 commit e49ae59

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/checks_and_dev_deploy.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,4 @@ jobs:
2828
runs-on: ubuntu-20.04
2929
steps:
3030
- uses: actions/checkout@v2
31-
-
32-
name: Set up QEMU
33-
uses: docker/setup-qemu-action@v1
34-
-
35-
name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v1
37-
-
38-
name: Login to DockerHub
39-
uses: docker/login-action@v1
40-
with:
41-
username: ${{ secrets.DOCKER_USERNAME }}
42-
password: ${{ secrets.DOCKER_PASSWORD }}
43-
-
44-
name: Build and push to Docker Hub
45-
id: docker_build
46-
uses: docker/build-push-action@v2
47-
with:
48-
push: true
49-
file: Dockerfile_dev_env
50-
tags: superannotate/pythonsdk-dev-env:latest
51-
31+

0 commit comments

Comments
 (0)