Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-26 17:08:37 +02:00
commit ac646985ad

View file

@ -67,7 +67,7 @@ jobs:
- name: Build and push Docker image
if: env.UPDATE == 'true'
run: |
git clone $GIT_REPO_URL ../$PACKAGE
# git clone $GIT_REPO_URL ../$PACKAGE
cd ../$PACKAGE
git fetch --all --tags
git checkout tags/$NEWEST_VERSION