This commit is contained in:
Lee 2023-01-08 13:42:41 +00:00
commit 38fe09220e

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