Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: sjkarthik <[email protected]>
  • Loading branch information
sjkarthik committed Aug 6, 2024
1 parent 35243c3 commit 6ea8892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
wget https://repo.maven.apache.org/maven2/io/debezium/debezium-core/1.7.0.Final/debezium-core-1.7.0.Final.jar
- name: Log into registry
run: echo "$sathwikasj" | docker login -u $Koragajja@311 --password-stdin
run: echo "${{ secrets.release_docker_hub }}" | docker login -u ${{ secrets.actor_docker_hub }} --password-stdin

- name: Create Docker
run: |
Expand Down

0 comments on commit 6ea8892

Please sign in to comment.