Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysun0815 committed Jan 27, 2024
1 parent ef13a31 commit ef57b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_FRACTAL_TOKEN}}
shell: bash
run: |
docker login -u ${DOCKERHUB_URL} -p ${DOCKERHUB_FRACTAL_TOKEN}
docker login -u ${DOCKERHUB_URL} -p ${DOCKERHUB_TOKEN}
- name: Build images dockerhub
env:
DOCKERHUB_URL: ${{env.DOCKERHUB_URL}}
Expand Down

0 comments on commit ef57b85

Please sign in to comment.