Skip to content

Commit

Permalink
chore: updating workflow with new docker tokens (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K authored Jan 24, 2025
1 parent 5848b1b commit b786101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME_JAN_2025 }}
password: ${{ secrets.DOCKER_TOKEN_JAN_2025 }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5.6.1
Expand Down

0 comments on commit b786101

Please sign in to comment.