Add user info and move files around

This commit is contained in:
aditya.chandel
2025-03-11 19:28:47 -06:00
parent 9abdde2602
commit aabdc3f1fd
4 changed files with 30 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Ensures full history for tagging
fetch-depth: 0
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin