mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
add password
This commit is contained in:
parent
326734dccb
commit
2b91de5959
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_container.yml
vendored
1
.github/workflows/build_container.yml
vendored
|
|
@ -128,6 +128,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TAGS: ${{ steps.build-image.outputs.tags }}
|
TAGS: ${{ steps.build-image.outputs.tags }}
|
||||||
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||||
|
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
images=""
|
images=""
|
||||||
digest=""
|
digest=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue