Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
showpune authored Aug 8, 2024
1 parent db242a1 commit 20c569b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ jobs:
- name: Make build script executable
run: chmod +x ./azure-java-migration-copilot-client/build.sh

- name: docker login
uses: docker/[email protected]
with:
username: showpune
password: ${{ secrets.SHOWPUNE_DOCKER_TOKEN }}

- name: Run build script
run: ./azure-java-migration-copilot-client/build.sh

0 comments on commit 20c569b

Please sign in to comment.