Fixed version

This commit is contained in:
Esteban Sanchez 2020-10-23 21:51:55 +02:00 committed by GitHub
parent 15130f1c95
commit af732087e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
- name: Build and push docker
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}