[CI/CD] Docker login bugfixing

This commit is contained in:
Ganesh Gore 2021-03-13 15:35:18 -07:00
parent f0294d1339
commit a5a90f4911
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
if: ${{ github.ref == 'refs/heads/master' || needs.change_detect.outputs.force_upload }}
if: ${{ (github.ref == 'refs/heads/master') || (needs.change_detect.outputs.force_upload == true) }}
uses: docker/login-action@v1
with:
registry: ghcr.io