Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole committed Jul 21, 2023
1 parent 0121221 commit 9077a26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ permissions:
uses: imjasonh/setup-ko@v0.6
env:
KO_DOCKER_REPO: ghcr.io/github.com/testifysec/pipeline-entrypoint

- name: Login to GHCR
env:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
Expand All @@ -48,4 +49,5 @@ permissions:
with:
name: entrypoint
path: entrypoint.tar
retention-days: 5
retention-days: 5

0 comments on commit 9077a26

Please sign in to comment.