Updated docker login in workflow tag
This commit is contained in:
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user