Skip to content

Commit

Permalink
fdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Aug 24, 2023
1 parent b4a6c6d commit 73cfa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/checkout@v3
- name: Docker login
env:
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ vars.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ vars.DockerHub.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ vars.DockerHub.DOCKER_PASSWORD }}
run: |
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
Expand Down

0 comments on commit 73cfa82

Please sign in to comment.