Update docker-image.yml
This commit is contained in:
parent
e7a7bf5245
commit
6e7ba63aa9
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -13,9 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
push_to_Docker_Hub:
|
push_to_Docker_Hub:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
# build docker image and push to docker hub
|
|
||||||
#needs: [build_test]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
|
Reference in New Issue
Block a user