Skip to content

Commit

Permalink
workflows: fix release workflow to check out apko source before loggi…
Browse files Browse the repository at this point in the history
…ng in
  • Loading branch information
kaniini committed Mar 21, 2022
1 parent 2a432d7 commit 142b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
with:
version: v0.11.1
- uses: sigstore/cosign-installer@581838fbedd492d2350a9ecd427a95d6de1e5d01 # v2.0.1
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v2.4.0
- name: Login to registry
run: |
echo ${{ github.token }} | go run ./ login ghcr.io --username=${{ github.repository_owner }} --password-stdin
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v2.4.0
- name: Publish/Sign apko image
run: |
make sign-image

0 comments on commit 142b69f

Please sign in to comment.