We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc71c9 commit 2d2ad9aCopy full SHA for 2d2ad9a
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
version_tag:
7
- description: "OCI tag for ghcr.io/CMGS/windows"
+ description: "OCI tag for ghcr.io/cocoonstack/windows"
8
required: true
9
default: "win11-25h2"
10
disk_size:
@@ -22,7 +22,7 @@ env:
22
jobs:
23
build:
24
runs-on: ubuntu-latest
25
- timeout-minutes: 350
+ timeout-minutes: 180
26
permissions:
27
contents: read
28
packages: write
0 commit comments