mirror of
https://github.com/imjasonh/testoidc
synced 2026-07-13 08:27:12 +00:00
Update and rename blank.yml to keyless-sign.yml
This commit is contained in:
parent
bc346f0d85
commit
8de41a2470
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Log into ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@main
|
||||
- name: Build and Push container images
|
||||
Loading…
Add table
Add a link
Reference in a new issue