Skip to content

Commit

Permalink
(ci) add container registry login
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Sep 8, 2024
1 parent 224614a commit b53be50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Artifacts
name: Release

on:
push:
Expand Down Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit b53be50

Please sign in to comment.