Skip to content

Commit

Permalink
Updated docker login in workflow tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrianne committed Apr 4, 2021
1 parent 5c99b43 commit 8a30f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a30f95

Please sign in to comment.