changed HED_REF to main hardcoded
NodBot Production Dockerization / build (push) Successful in 2m1s Details

This commit is contained in:
Skylar Grant 2023-08-06 08:58:35 -04:00
parent 38fdc07e4e
commit 10021d6926
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
whoami
cd /root/nodbot
git pull
git checkout $GITHUB_HEAD_REF
git checkout main
- name: Build the Docker image
run: |
cd /root/nodbot