yym68686 commited on
Commit
e3bab2c
·
1 Parent(s): 76819d6

🐛 Bug: Fix the bug where GitHub Action cannot run.

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +0 -1
.github/workflows/main.yml CHANGED
@@ -21,7 +21,6 @@ on:
21
  jobs:
22
  build-and-push:
23
  runs-on: ubuntu-latest
24
- if: ${{ secrets.DOCKER_HUB_USERNAME != '' && secrets.DOCKER_HUB_ACCESS_TOKEN != '' }}
25
 
26
  steps:
27
  - name: Checkout repository
 
21
  jobs:
22
  build-and-push:
23
  runs-on: ubuntu-latest
 
24
 
25
  steps:
26
  - name: Checkout repository