Update docker-image.yml

This commit is contained in:
Lee
2023-01-08 13:39:59 +00:00
committed by GitHub
parent e7a7bf5245
commit 6e7ba63aa9

View File

@ -13,9 +13,7 @@ on:
jobs:
push_to_Docker_Hub:
# The type of runner that the job will run on
runs-on: self-hosted
# build docker image and push to docker hub
#needs: [build_test]
runs-on: ubuntu-latest
steps:
- name: checkout repo