Compare commits
2 Commits
9c8491355f
...
9b6d863387
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b6d863387 | ||
|
|
bfcb933f82 |
@@ -18,10 +18,10 @@ jobs:
|
||||
registry: https://registry.rokoh.com
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t registry.rokoh.com/rokoh:${{ github.sha }} -f rokoh/Dockerfile
|
||||
run: docker build . -t rokoh -f rokoh/Dockerfile
|
||||
|
||||
- name: Push Docker image to registry
|
||||
run: docker push registry.rokoh.com/rokoh:${{ github.sha }}
|
||||
run: docker push rokoh
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user