diff --git a/.github/workflows/build-cloudcored.yml b/.github/workflows/build-cloudcored.yml index c30e622..0253b95 100644 --- a/.github/workflows/build-cloudcored.yml +++ b/.github/workflows/build-cloudcored.yml @@ -23,6 +23,12 @@ jobs: - uses: actions/setup-go@v4 with: go-version: stable + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} # More assembly might be required: Docker logins, GPG, etc. # It all depends on your needs. - name: Install Protoc