Skip to content

Commit

Permalink
Update docker-build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 6, 2024
1 parent d8e9afe commit 1650874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: $DOCKERHUB_LOGIN
username: ${{ vars.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Build the Docker image for KNP build
Expand Down

0 comments on commit 1650874

Please sign in to comment.