Skip to content

Commit

Permalink
Update ci.yml (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits authored Mar 26, 2022
1 parent 36b9bf5 commit 63bb5d1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,6 @@ jobs:
run: |
npm install
npm run db:refresh
dockerhub:
name: Deploy to Docker Hub
runs-on: ubuntu-latest
needs: deploy
if: github.ref == 'refs/heads/main'
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: bagelbits/5e-database:latest
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
trigger_downstream:
name: Trigger downstream
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 63bb5d1

Please sign in to comment.