Skip to content

Commit

Permalink
Fix nighlty release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Apr 12, 2024
1 parent f21b243 commit 795f430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- check-compat
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Docker Hub login
run: |
echo '${{ secrets.DOCKER_HUB_PASSWORD }}' | docker login --username ${{ secrets.DOCKER_HUB_LOGIN}} --password-stdin
Expand Down

0 comments on commit 795f430

Please sign in to comment.