Updated docker login in workflow tag

This commit is contained in:
Eldwan Brianne
2021-04-04 12:51:27 +02:00
parent 5c99b43f5d
commit 8a30f958e0

View File

@@ -22,7 +22,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Get the version
id: get_version