Compare commits
2 Commits
3bdc03f553
...
70fa5aa892
Author | SHA1 | Date | |
---|---|---|---|
70fa5aa892 | |||
a0dc9a5cf5 |
@ -3,7 +3,7 @@ name: NodBot Production Dockerization
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*-prod*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
|
DHUB_UNAME: ${{ secrets.DHUB_UNAME }}
|
||||||
@ -28,7 +28,6 @@ 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