From 32cc18e0ba8a96d6865b30510f701bbb28b64c7c Mon Sep 17 00:00:00 2001 From: ytshih Date: Tue, 26 Nov 2024 07:37:16 +0000 Subject: [PATCH] Fix: add rootca --- .github/workflows/image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 97e4a51..a052325 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -29,6 +29,10 @@ jobs: images: | ghcr.io/${{ github.repository }} + - name: Set up rootca + run: | + echo "${{ vars.ROOTCA }}" | tee rootca.pem + - name: Build and push Container images id: push uses: docker/build-push-action@v6