Update dockerimage.yml

pull/217/head
Raphaël Vinot 2021-06-11 12:19:49 -07:00 committed by Raphaël Vinot
parent 1a03e2c8c6
commit 3f1d7e18f9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}