mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-05 13:19:13 +01:00
Updated cosign version
This commit is contained in:
parent
974154a562
commit
98e65fa592
6
.github/workflows/images_build.yml
vendored
6
.github/workflows/images_build.yml
vendored
@ -409,7 +409,7 @@ jobs:
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
@ -629,7 +629,7 @@ jobs:
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
@ -1093,7 +1093,7 @@ jobs:
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
|
2
.github/workflows/images_build_rhel.yml
vendored
2
.github/workflows/images_build_rhel.yml
vendored
@ -221,7 +221,7 @@ jobs:
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
|
6
.github/workflows/images_build_windows.yml
vendored
6
.github/workflows/images_build_windows.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
run: cosign version
|
||||
@ -355,7 +355,7 @@ jobs:
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
run: cosign version
|
||||
@ -583,7 +583,7 @@ jobs:
|
||||
- name: Install cosign
|
||||
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382
|
||||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
cosign-release: 'v2.4.0'
|
||||
|
||||
- name: Check cosign version
|
||||
run: cosign version
|
||||
|
Loading…
Reference in New Issue
Block a user