Skip to content

Commit

Permalink
Merge pull request #37 from UgOrange/main
Browse files Browse the repository at this point in the history
update docker login
  • Loading branch information
UgOrange authored Feb 28, 2024
2 parents a511f87 + 1ebd922 commit ecd222f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:
- name: Package helm chart
run: make helm-package

- name: Login to registry
run: echo "${{ secrets.RELEASE_PASSWORD }}"||docker login -u=${{ secrets.PUSH_USERNAME }} elkeid-ap-southeast-1.cr.volces.com --password-stdin
- name: Login to Volc CR
uses: docker/login-action@v3
with:
registry: elkeid-ap-southeast-1.cr.volces.com
username: ${{ secrets.PUSH_USERNAME }}
password: ${{ secrets.RELEASE_PASSWORD }}

- name: Push artifacts to registry
run: make push

0 comments on commit ecd222f

Please sign in to comment.