We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e63a0 commit 61cd846Copy full SHA for 61cd846
1 file changed
.github/workflows/buld-win-2025.yaml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Build the Docker image
16
- run: docker build windows.ltsc2025 --file windows.ltsc2025/Dockerfile --tag worker-tools-windows-ltsc2025:$(date +%s)
+ run: docker build windows.ltsc2025 --file windows.ltsc2025/Dockerfile --tag worker-tools-windows-ltsc2025:${{ github.run_number }}
0 commit comments