Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi14 committed Nov 11, 2023
1 parent ad0db63 commit 0d37e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_UNAME }}
password: ${{ secrets.DOCKER_KEY }}
username: 'vladipiko'
password: 'dckr_pat_r_mYGFwv5NTT_DJ0hACLf6b6XPM'

# - name: Build Docker image
# uses: docker/build-push-action@v4
Expand Down

0 comments on commit 0d37e18

Please sign in to comment.