Merge branch 'main' into feature/upload-download

This commit is contained in:
Eric Zhang 2022-02-19 10:50:17 -05:00 committed by GitHub
commit 5a146b1c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
if: github.event_name == 'push'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}