Skip to content

Commit

Permalink
udpate cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
cimeriann committed Dec 16, 2023
1 parent cbcce26 commit 3280d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
ecr: auto
logout: true
debug: true
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Extract metadata (labels, tags, etc.) for Docker
Expand Down

0 comments on commit 3280d86

Please sign in to comment.