-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use hardcoded docker image, make cosign install on release not optional
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ COSIGN_EXPERIMENTAL=1 cosign verify-blob -signature ~/Downloads/checksums.txt.si | |
|
||
### Fork instructions: | ||
|
||
Set following secrets in your repo: | ||
1. Set following secrets in your repo: | ||
|
||
- DOCKER_IMAGE (`mycollection/myapp`) | ||
- DOCKER_USERNAME | ||
- DOCKER_PASSWORD | ||
- COSIGN_KEY | ||
|
@@ -26,8 +25,11 @@ go install github.com/sigstore/cosign/cmd/[email protected] | |
|
||
cosign generate-key-pair | ||
``` | ||
, then copy generated key and password to github secrets | ||
|
||
Codecov step is standalone, impact only build step, and can be easily commented | ||
2. In `.github/workflows/github-actions-demo.yml` replace `skifdh/test` with your own docker image path. | ||
|
||
3. Codecov step is standalone, impact only build step, and can be easily commented | ||
|
||
## Preparing before installing scss | ||
|
||
|