Skip to content

DOE-150: Add reusable container build workflow #3

DOE-150: Add reusable container build workflow

DOE-150: Add reusable container build workflow #3

Workflow file for this run

name: "[CI] Create new release"
on:
pull_request:
types:
- closed
branches:
- main
paths:
- ".github/workflows/*"
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- uses: ukhsa-collaboration/devops-github-actions/.github/actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true