workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s

This commit is contained in:
Asher 2025-02-23 17:05:28 +00:00
parent cff69dceb6
commit eceb389f8d

View File

@ -36,11 +36,10 @@ jobs:
git config --global --add safe.directory /workspace/*
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
lfs: true
token: ${{ secrets.PAT }}
fetch-depth: 1
submodules: false
- name: Log in to Gitea Container Registry
run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com -u ${{ secrets.USERNAME }} --password-stdin