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

Build and Release Image #100

Build and Release Image

Build and Release Image #100

Workflow file for this run

name: Build and Release Image
on:
push:
branches:
- master
- main
tags:
- '**'
schedule:
- cron: 0 5 * * *
workflow_dispatch:
inputs:
suffix:
description: Custom suffix for tag
required: false
repository_dispatch:
jobs:
build:
uses: ibm-skills-network/.github/.github/workflows/release.yml@main
with:
image: icr.io/skills-network-faculty/rails-app-template
secrets: inherit