From eb8afdf9f5f2315c2b5cccfb23e44851d3a4fe4b Mon Sep 17 00:00:00 2001 From: shreyasbhat0 Date: Mon, 16 Dec 2024 10:46:48 +0530 Subject: [PATCH] fix: release ci --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ac350fa..46f94904 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,13 @@ jobs: with: go-version-file: go.mod + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.RELEASE_TOKEN }} + - name: Set up QEMU uses: docker/setup-qemu-action@v2