Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan committed May 31, 2022
1 parent 4a88dac commit a4e6166
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publishimage.yml
Expand Up @@ -22,11 +22,13 @@ permissions:
on:
push:
branches:
- main
- main
env:
GO_VERSION: 1.17.7

jobs:
env:
COSIGN_EXPERIMENTAL: "true"
unit-test:
name: publishimage
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,3 +58,8 @@ jobs:
go env -w GOFLAGS=-mod=mod
make install
make scorecard-ko
- name: Install Cosign
uses: sigstore/cosign-installer@f700e6fbbab82f6897758a3af7a8dede4e308656 # v1.2.1
- name: Sign image
run: |
cosign sign ghcr.io/${{github.repository_owner}}/stunning-tribble:${{ github.sha }}

0 comments on commit a4e6166

Please sign in to comment.