Skip to content

Commit

Permalink
Auth SN docker hub (#863)
Browse files Browse the repository at this point in the history
(cherry picked from commit 33c3553)
  • Loading branch information
coderzc committed Mar 21, 2024
1 parent 99c9dae commit 8903a5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
java-version: 17

- name: Login SN docker hub
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"

- name: clean disk
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: |
Expand Down

0 comments on commit 8903a5f

Please sign in to comment.