diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21a3aee..b001d18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,10 @@ jobs: && git push origin ${{ steps.get_metadata.outputs.TAG }} \ || exit 0 -# build-fedora: -# needs: release-ci -# uses: .github/workflows/fedora.yml -# with: + build-fedora: + needs: release-ci + uses: .github/workflows/fedora.yml + with: #cache-file-path: ${{ needs.release-ci.outputs.ASSET }} -# version: ${{ needs.release-ci.outputs.VERSION }} -# containers: "['fedora:latest', 'fedora:41']" + version: ${{ needs.release-ci.outputs.VERSION }} + containers: "['fedora:latest', 'fedora:41']"