Auto binary update for suit_manifest_process command #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2020-2023 SECOM CO., LTD. All Rights reserved. | |
# SPDX-License-Identifier: BSD-2-Clause | |
name: Docker Image CI for libteep with OpenSSL1.1.1 | |
on: | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image | |
run: docker run -t $(docker build -q -f ossl.Dockerfile .) |