Update docker-image.yml

This commit is contained in:
Lee 2023-01-08 13:36:52 +00:00 committed by GitHub
parent 4e2d0ab20e
commit e7a7bf5245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +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: ubuntu-latest runs-on: self-hosted
# build docker image and push to docker hub # build docker image and push to docker hub
#needs: [build_test] #needs: [build_test]