Fixed version
This commit is contained in:
parent
15130f1c95
commit
af732087e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue