Compare commits
No commits in common. "70fa5aa892070ad384456bb03095783c8c3cc7d8" and "3bdc03f55326ba20aa3490065321034663f6328a" have entirely different histories.
70fa5aa892
...
3bdc03f553
@ -3,7 +3,7 @@ name: NodBot Production Dockerization
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*-prod*'
|
- 'v*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
|
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
|
||||||
@ -28,6 +28,7 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
fi
|
fi
|
||||||
git checkout tags/${{ gitea.ref_name }}
|
git checkout tags/${{ gitea.ref_name }}
|
||||||
|
git pull
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
cd /var/lib/act_runner/nodbot
|
cd /var/lib/act_runner/nodbot
|
||||||
|
Loading…
Reference in New Issue
Block a user