Update docker.yml

This commit is contained in:
tangxifan 2021-10-20 13:22:48 -07:00 committed by GitHub
parent 6f80c5b929
commit 1cf0fe0f4e
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