We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4549f commit 9c611caCopy full SHA for 9c611ca
1 file changed
.github/workflows/publish-docker.yml
@@ -76,7 +76,7 @@ jobs:
76
password: ${{ secrets.GITHUB_TOKEN }}
77
- name: Build and push Docker image
78
uses: docker/build-push-action@v6
79
- timeout-minutes: 10
+ timeout-minutes: 30
80
with:
81
context: .
82
platforms: ${{ env.platforms }}
0 commit comments