1
0
Fork 0
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:
Luke Hinds 2021-10-01 13:00:26 +01:00 committed by GitHub
parent bc346f0d85
commit 8de41a2470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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