Skip to content

Commit

Permalink
add workflow step to log in to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 27, 2024
1 parent 3e236db commit c9f6f18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
# uses: actions/setup-go@v5
# with:
# go-version: stable
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Images
run: make docker-buildx VERSION=${{ github.event.release.tag_name }}
Expand Down

0 comments on commit c9f6f18

Please sign in to comment.