diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e45baa9..9d8f7d7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }}