Updated Windows workflow

This commit is contained in:
Alexey Pustovalov 2026-03-29 22:28:13 +09:00
parent 5c338ce3d8
commit c42825fb31

View file

@ -475,18 +475,18 @@ jobs:
component: ${{ fromJson(needs.init_build.outputs.components) }}
steps:
- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: ./.github/actions/cosign-install
with:
cosign_release: v2.4.0
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
ref: ${{ env.TRUNK_ONLY_EVENT == 'true' && env.TRUNK_GIT_BRANCH || '' }}
fetch-depth: 1
- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: ./.github/actions/cosign-install
with:
cosign_release: v2.4.0
- name: Login to DockerHub
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
with: