Vikramjeet Singh commited on
Commit
0dacd95
1 Parent(s): 5c93969

Delete .github/workflows/build-docker.yml

Browse files

Former-commit-id: b2564a9fce25acc892d37c5cb53522548db75107
Former-commit-id: b42f7512be7f8a9fbb646848593f898c632a8be1

Files changed (1) hide show
  1. .github/workflows/build-docker.yml +0 -31
.github/workflows/build-docker.yml DELETED
@@ -1,31 +0,0 @@
1
- name: "Build and Push to DockerHub"
2
-
3
- on:
4
- push:
5
- branches: [ master ]
6
- pull_request:
7
- branches: [ master ]
8
-
9
- jobs:
10
- build:
11
- runs-on: ubuntu-latest
12
-
13
- steps:
14
- - name: Checkout repository
15
- uses: actions/checkout@v2
16
-
17
- - name: Set up Docker Buildx
18
- uses: docker/setup-buildx-action@v1
19
-
20
- - name: Login to DockerHub
21
- uses: docker/login-action@v2
22
- with:
23
- username: vikram1202
24
- password: ${{ secrets.DOCKER_PASSWORD }}
25
-
26
- - name: Build and Push Docker image
27
- uses: docker/build-push-action@v2
28
- with:
29
- context: .
30
- push: true
31
- tags: vikram1202/picpilot:latest