Skip to content

Commit 3b87952

Browse files
committed
manual merge
2 parents bfd2109 + 5c17fea commit 3b87952

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ identifiers:
4646
value: 10.5281/zenodo.17953690
4747
description: Edirom Online Backend
4848
repository-code: https://github.com/Edirom/Edirom-Online-Backend
49-
commit: f7cb50cfbb83472a3f50382066ded6506b2a71e9
49+
commit: b2fb7007f38e55f6f4e33ae5639371ba3f5e5f70
5050
abstract: >-
5151
Edirom-Online Backend is the backend for the Edirom
5252
Online which is used for the presentation and

0 commit comments

Comments
 (0)