🐛 Bug: Fix the bug where GitHub Action cannot run.
Browse files
.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
|