fix: action

This commit is contained in:
Aman Harwara
2023-02-17 19:56:44 +05:30
parent bafda4e8ce
commit a6b13c82fa

View File

@@ -54,6 +54,12 @@ jobs:
needs: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
token: ${{ secrets.CI_PAT_TOKEN }}
fetch-depth: 0
- name: Login to Docker Hub
uses: docker/login-action@v2
with: