From 91530fdb12c208fcb2f015e836e37eda2d0e64ad Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sat, 18 Nov 2023 18:30:00 +0100 Subject: [PATCH] sleep --- .gitea/workflows/build_image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build_image.yaml b/.gitea/workflows/build_image.yaml index 3fd4b9f..897cd42 100644 --- a/.gitea/workflows/build_image.yaml +++ b/.gitea/workflows/build_image.yaml @@ -39,6 +39,8 @@ jobs: token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }} + - run: sleep 400 + - name: Build the Docker image run: docker build . --file Dockerfile --tag test:$(date +%s)