Skip to content

Commit

Permalink
feat: Update docker push step
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 10, 2023
1 parent c73b5d2 commit 14466bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Execute Gradle dockerPush
run: |
echo "${{ secrets.PAT_TOKEN }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} index.docker.io/v1
./gradlew --no-daemon dockerPush
docker push docker.io/limarktest/${project.name}:${project.version}

0 comments on commit 14466bb

Please sign in to comment.