This commit is contained in:
Naterfute
2025-12-21 14:48:04 -08:00
parent 897f01798c
commit 5c8462e8be

View File

@@ -18,9 +18,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.tag }}
ref: refs/tags/${{ inputs.tag }}
fetch-depth: 0
fetch-tags: true
- name: Login to GHCR
uses: docker/login-action@v3