Skip to content

Commit

Permalink
CICD: Changed username and token as my mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
insung3511 committed Sep 25, 2023
1 parent 7723a0b commit 022aa67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN}}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

-
name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/python-ci:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/python-ci:latest

0 comments on commit 022aa67

Please sign in to comment.