Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrainay authored Apr 18, 2024
1 parent fae5fbf commit d778880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name : dockerhub login
env :
DOCKER_USER: ${{secrets.DOCKERHUB_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKERHUB_PASSWORD}}
DOCKER_USER: ${{dockerhub.DOCKERHUB_USERNAME}}
DOCKER_PASSWORD: ${{dockerhub.DOCKERHUB_PASSWORD}}
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: |
Expand Down

0 comments on commit d778880

Please sign in to comment.