Skip to content

Commit

Permalink
Merge pull request #5 from bharathk005/workflow
Browse files Browse the repository at this point in the history
updated workflow
  • Loading branch information
bharathk005 authored Oct 26, 2024
2 parents 26d184e + 89863d8 commit 1a35ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cassata-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Push the Docker image
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
run: |
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin
docker push bharathk005/cassata:latest
Expand Down

0 comments on commit 1a35ee7

Please sign in to comment.