Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-22 01:52:18 +02:00
commit 76d0a913ac

View file

@ -64,8 +64,8 @@ jobs:
- name: Build and push Docker image
if: env.UPDATE == 'true'
run: |
git clone https://github.com/monero-project/monero ../monero
cd ../monero
git clone https://github.com/monero-project/monero ../$PACKAGE
cd ../$PACKAGE
git fetch --all --tags
git checkout tags/$NEWEST_VERSION
docker build --build-arg NPROC=1 -t $DOCKER_REGISTRY/$REGISTRY_USER/docker-$PACKAGE:latest -t $DOCKER_REGISTRY/$REGISTRY_USER/docker-$PACKAGE:$NEWEST_VERSION .