Skip to content

Commit

Permalink
🌱 add Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 26, 2024
1 parent b33ea2e commit 060c3e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to the vCR
uses: docker/login-action@v3
with:
registry: vcr.vngcloud.vn
username: ${{ secrets.VCR_USER_PRO }}
password: ${{ secrets.VCR_PASSWORD_PRO }}

- name: Debug
run: echo ${{ github.ref_name }}

Expand Down

0 comments on commit 060c3e3

Please sign in to comment.