Fix: add rootca

This commit is contained in:
2024-11-26 07:37:16 +00:00
parent ebd38fd9cc
commit 32cc18e0ba

View File

@@ -29,6 +29,10 @@ jobs:
images: | images: |
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}
- name: Set up rootca
run: |
echo "${{ vars.ROOTCA }}" | tee rootca.pem
- name: Build and push Container images - name: Build and push Container images
id: push id: push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6