Compare commits

..

No commits in common. "70fa5aa892070ad384456bb03095783c8c3cc7d8" and "3bdc03f55326ba20aa3490065321034663f6328a" have entirely different histories.

View File

@ -3,7 +3,7 @@ name: NodBot Production Dockerization
on:
push:
tags:
- 'v*-prod*'
- 'v*'
env:
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
@ -28,6 +28,7 @@ jobs:
git pull
fi
git checkout tags/${{ gitea.ref_name }}
git pull
- name: Build the Docker image
run: |
cd /var/lib/act_runner/nodbot