Skip to content

Commit

Permalink
chore: Update Docker Hub login credentials in build-linux-amd64 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbobo2021 committed May 16, 2024
1 parent 15b2cf0 commit 9e2697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USER }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- run: |
./scripts/build_linux.sh
Expand Down

0 comments on commit 9e2697c

Please sign in to comment.