File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Docker Build and Push
2+
3+ on :
4+ push :
5+ branches :
6+ - ftr-136-build-docker-image-and-deploy-to-dockerhub
7+
8+ jobs :
9+ build-and-push :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout code
13+ uses : actions/checkout@v2
14+
15+ - name : Login to Docker Hub
16+ uses : docker/login-action@v1
17+ with :
18+ username : Edirom
19+ password : ${{ secrets.VIFEBOT_DOCKERHUB_TOKEN }}
20+
21+ - name : Build and push Docker image
22+ run : |
23+ docker build -t Edirom/Edirom-Online-Backend .
24+ docker push Edirom/Edirom-Online-Backend
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ identifiers:
4646 value : 10.5281/zenodo.17953690
4747 description : Edirom Online Backend
4848repository-code : https://github.com/Edirom/Edirom-Online-Backend
49- commit : f7cb50cfbb83472a3f50382066ded6506b2a71e9
49+ commit : b2fb7007f38e55f6f4e33ae5639371ba3f5e5f70
5050abstract : >-
5151 Edirom-Online Backend is the backend for the Edirom
5252 Online which is used for the presentation and
You can’t perform that action at this time.
0 commit comments