diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac417c0..70e8ba9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,13 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Login with podman + uses: redhat-actions/podman-login@v1 + if: ${{ github.event_name == 'push' && (startsWith(github.ref_name, 'v') || github.ref_name == 'main') }} + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + registry: "docker.io" - name: install goreleaser uses: goreleaser/goreleaser-action@v6 with: