Skip to content

Commit 63bb5d1

Browse files
authored
Update ci.yml (#453)
1 parent 36b9bf5 commit 63bb5d1

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,6 @@ jobs:
4949
run: |
5050
npm install
5151
npm run db:refresh
52-
dockerhub:
53-
name: Deploy to Docker Hub
54-
runs-on: ubuntu-latest
55-
needs: deploy
56-
if: github.ref == 'refs/heads/main'
57-
steps:
58-
-
59-
name: Set up Docker Buildx
60-
uses: docker/setup-buildx-action@v1
61-
-
62-
name: Login to DockerHub
63-
uses: docker/login-action@v1
64-
with:
65-
username: ${{ secrets.DOCKERHUB_USERNAME }}
66-
password: ${{ secrets.DOCKERHUB_TOKEN }}
67-
-
68-
name: Build and push
69-
id: docker_build
70-
uses: docker/build-push-action@v2
71-
with:
72-
push: true
73-
tags: bagelbits/5e-database:latest
74-
-
75-
name: Image digest
76-
run: echo ${{ steps.docker_build.outputs.digest }}
7752
trigger_downstream:
7853
name: Trigger downstream
7954
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)