Skip to content

Commit

Permalink
add login to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Jan 25, 2024
1 parent 59f8484 commit 6588c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Test
run: make test

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

- name: Release
run: make docker-buildx IMG=ghcr.io/benthosdev/benthos-captain:${{github.ref_name}}

0 comments on commit 6588c1e

Please sign in to comment.