1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-27 23:48:15 +03:00

Update dockerize.yml

This commit is contained in:
jmqm 2021-08-09 13:08:28 -05:00 committed by GitHub
parent 5c7d39b775
commit 8b8aba2819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
uses: docker/login-action@v1.10.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Update README and description.
uses: peter-evans/dockerhub-description@v2.4.3