diff --git a/.gitea/workflows/redeploy.yaml b/.gitea/workflows/redeploy.yaml index 1d6c819..671009c 100644 --- a/.gitea/workflows/redeploy.yaml +++ b/.gitea/workflows/redeploy.yaml @@ -7,10 +7,7 @@ jobs: Update-and-Redeploy-Stack: runs-on: synology steps: - - name: Prefetch Docker Image(s) - if: contains(github.event.head_commit.message, 'run_redeploy') - run: | - docker pull linuxserver/bookstack #optional? probably faster if done first... + - 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')