Updated github workflow

This commit is contained in:
2021-02-22 04:31:52 +11:00
parent f1d08b5334
commit 9dfe5207d9
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}