This commit is contained in:
Lee
2023-01-06 23:13:34 +00:00
parent acf9af9533
commit 3cb1a344af

View File

@ -15,7 +15,7 @@ jobs:
# 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]
#needs: [build_test]
steps:
- name: checkout repo