Skip to content

Commit

Permalink
Chg
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Aug 31, 2024
1 parent 47be706 commit c4d924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Echo dockerhub login
run: echo ${{ secrets.MY_SECRET_TOKEN }}
run: echo ${{ secrets.DOCKERHUB_LOGIN }}
- name: DockerHub login
env:
LOGIN: ${{ secrets.DOCKERHUB_LOGIN }}
Expand Down

0 comments on commit c4d924b

Please sign in to comment.