Skip to content

Commit

Permalink
Add docker login to release build for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Sep 1, 2020
1 parent 26c0b63 commit 95f62ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 14
- name: Login to GitHub Package Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${{ github.repository }} --password-stdin:
- uses: gradle/wrapper-validation-action@v1
- name: Build release with Gradle
uses: burrunan/gradle-cache-action@v1
Expand Down

0 comments on commit 95f62ce

Please sign in to comment.