git pull ${registry}/${repository}

This commit is contained in:
miwr 2025-04-08 11:42:54 +02:00
parent c83d6be1b1
commit 811ee4864e

View file

@ -41,12 +41,10 @@ jobs:
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
echo ${registry}/${repository} echo ${registry}/${repository}
git init git init
git pull ${repository} git pull ${registry}/${repository}
echo "Current directory:" ls -l
pwd cd silly-game-frontend
# cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts
ls -l ls -l
find / -name "package.json" 2>/dev/null
npm run lint npm run lint
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6