Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

fix: re-try disable ocsp #18

fix: re-try disable ocsp

fix: re-try disable ocsp #18

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
# Execute Dockerfile
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker run -v $(pwd)/output:/output $(docker build -q .)
# Create release with all files in output folder
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
files: output/*