bug fix?
Some checks failed
Pull Images and Redeploy / Update-and-Redeploy-Stack (push) Failing after 0s
Just test things / Update-and-Redeploy-Stack (push) Failing after 0s

This commit is contained in:
ThaMunsta
2025-03-15 15:00:05 -04:00
parent 13278ff9e7
commit 1e2d234d3e

View File

@@ -8,7 +8,9 @@ jobs:
runs-on: synology
steps:
- name: Prefetch Docker Image(s)
- run: docker pull linuxserver/bookstack #optional? probably faster if done first...
if: contains(github.event.head_commit.message, 'run_redeploy')
run: |
docker pull linuxserver/bookstack #optional? probably faster if done first...
- name: Fetch stack ID from Portainer
if: contains(github.event.head_commit.message, 'run_redeploy')