Skip to content

Commit 9c611ca

Browse files
committed
Increase docker image build timeout
1 parent 2b4549f commit 9c611ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
password: ${{ secrets.GITHUB_TOKEN }}
7777
- name: Build and push Docker image
7878
uses: docker/build-push-action@v6
79-
timeout-minutes: 10
79+
timeout-minutes: 30
8080
with:
8181
context: .
8282
platforms: ${{ env.platforms }}

0 commit comments

Comments
 (0)