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 36b9bf5 commit 63bb5d1Copy full SHA for 63bb5d1
1 file changed
.github/workflows/ci.yml
@@ -49,31 +49,6 @@ jobs:
49
run: |
50
npm install
51
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
72
- push: true
73
- tags: bagelbits/5e-database:latest
74
75
- name: Image digest
76
- run: echo ${{ steps.docker_build.outputs.digest }}
77
trigger_downstream:
78
name: Trigger downstream
79
runs-on: ubuntu-20.04
0 commit comments