Master commit next.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
registry: https://registry.rokoh.com
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} .
|
||||
run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} -f rokoh/Dockerfile
|
||||
|
||||
- name: Push Docker image to registry
|
||||
run: docker push registry.rokoh.com/rokoh:${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user