diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0de704f..38522fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Log in to ghcr.io + uses: redhat-actions/podman-login@v1 + with: + registry: ghcr.io/${{ github.repository_owner }} + username: ${{ github.actor }} + password: ${{ github.token }} + - name: Setup Go uses: actions/setup-go@v4 with: