Skip to content

Commit 9ace628

Browse files
authored
Merge pull request #50 from devilbox/pause-time
Decrease Pause Time
2 parents a3da009 + 1ff3894 commit 9ace628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
uses: cytopia/[email protected]
162162
with:
163163
retries: 10
164-
pause: 30
164+
pause: 5
165165
command: |
166166
make build NAME=${{ matrix.name }} VERSION="${{ matrix.version }}" FLAVOUR=${{ matrix.flavour }} ARCH=${{ matrix.arch }} TAG=${{ steps.tag.outputs.docker-tag }}
167167

0 commit comments

Comments
 (0)