Compare commits

...

2 Commits

Author SHA1 Message Date
70fa5aa892 Can't pull on a tag
Some checks failed
NodBot PE Dockerization / build (push) Failing after 0s
2024-09-29 13:23:19 -04:00
a0dc9a5cf5 Stop prod running on dev 2024-09-29 13:22:36 -04:00

View File

@ -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