Merge pull request #31 from RapidSilicon/tangxifan-patch-1

Update docker.yml
This commit is contained in:
tangxifan 2021-10-20 13:23:30 -07:00 committed by GitHub
commit 9fd78fd269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
base_images:
name: Push Docker images
runs-on: ubuntu-latest
if: ${{ secrets.DOCKER_REPO }}
if: ${{ env.DOCKER_REPO }}
steps:
- name: Checkout
uses: actions/checkout@v2