Skip to content

Commit

Permalink
github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
radu crisan committed Feb 8, 2022
1 parent 41c3727 commit c466a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: PrepareReg Names
Expand Down

0 comments on commit c466a47

Please sign in to comment.