Commit fix.
This commit is contained in:
@@ -20,11 +20,11 @@ jobs:
|
|||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build . -t rokoh:latest -f rokoh/Dockerfile
|
run: docker build . -t rokoh:latest -f rokoh/Dockerfile
|
||||||
|
|
||||||
- name: Tag Docker image
|
#- name: Tag Docker image
|
||||||
run: docker tag rokoh:latest rokoh:latest
|
# run: docker tag rokoh:latest rokoh:latest
|
||||||
|
|
||||||
- name: Push Docker image to registry
|
- name: Push Docker image to registry
|
||||||
run: docker push rokoh:latest
|
run: docker push registry.rokoh.com/rokoh:latest
|
||||||
|
|
||||||
- name: SSH Deploy
|
- name: SSH Deploy
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user