Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
c25ae932bc
commit
ac646985ad
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
if: env.UPDATE == 'true'
|
if: env.UPDATE == 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone $GIT_REPO_URL ../$PACKAGE
|
# git clone $GIT_REPO_URL ../$PACKAGE
|
||||||
cd ../$PACKAGE
|
cd ../$PACKAGE
|
||||||
git fetch --all --tags
|
git fetch --all --tags
|
||||||
git checkout tags/$NEWEST_VERSION
|
git checkout tags/$NEWEST_VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue