Skip to content

Commit

Permalink
ci(release): make skills network ca public cert available during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Nov 30, 2023
1 parent 07f536d commit b8c824b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ jobs:
# echo "cache-to=type=gha,mode=max" >> $GITHUB_OUTPUT
fi
- name: Fetch Skills Network Certificate Authority Public Certificate
run: |
echo "${{ secrets.ROOT_CA_CERTIFICATE_BASE64 }}" | base64 -d > rootCA.crt
- name: Build and push image to scan
if: ${{ inputs.scan_image_enabled && ( github.ref_type != 'tag' || steps.check-ref.outputs.has_alpha == 'false' ) }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b8c824b

Please sign in to comment.