Skip to content

Commit

Permalink
Update docker_publish_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyin1986 committed Mar 19, 2024
1 parent 6100df0 commit 46126bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker_publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:

- name: Log into Docker Hub Container Registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin


- name: Fixup for depracated dependencies
run: |
git config --global http.sslverify "false"
git config --global url."https://".insteadOf "git://"
- name: Build image
run: make ci-build-staging

0 comments on commit 46126bb

Please sign in to comment.