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 e5f06c6 commit e49ae59Copy full SHA for e49ae59
.github/workflows/checks_and_dev_deploy.yml
@@ -28,24 +28,4 @@ jobs:
28
runs-on: ubuntu-20.04
29
steps:
30
- 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
48
- push: true
49
- file: Dockerfile_dev_env
50
- tags: superannotate/pythonsdk-dev-env:latest
51
-
+
0 commit comments