Skip to content

Commit

Permalink
Variables returned: #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom N. committed Nov 28, 2024
1 parent ee05f6f commit ab46ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_TOKEN
username: ${{ vars.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push the Docker image for KNP build
uses: docker/build-push-action@v6
env:
Expand Down

0 comments on commit ab46ca8

Please sign in to comment.