This commit is contained in:
Lee 2023-01-06 23:13:34 +00:00
parent acf9af9533
commit 3cb1a344af
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -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