git pull ${registry}/${repository}
This commit is contained in:
parent
c83d6be1b1
commit
811ee4864e
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue