Maybe?
All checks were successful
NodBot PE Dockerization / build (push) Successful in 17s

This commit is contained in:
Skylar Grant 2024-09-22 19:05:46 -04:00
parent 7a60fbde8b
commit 623070690a

View File

@ -18,7 +18,7 @@ jobs:
steps: steps:
- name: Pull latest from Git - name: Pull latest from Git
run: | run: |
echo "${{ gitea }}" echo "${{ gitea.ref_name }}"
pwd pwd
whoami whoami
mkdir -p /var/lib/act_runner/ mkdir -p /var/lib/act_runner/
@ -30,7 +30,7 @@ jobs:
cd nodbot cd nodbot
git pull git pull
fi fi
git checkout ${{ gitea.ref}} git checkout ${{ gitea.ref_name }}
- name: Build the Docker image - name: Build the Docker image
run: | run: |
cd /var/lib/act_runner/nodbot cd /var/lib/act_runner/nodbot