Skip to content

v2.9.3 image corr

v2.9.3 image corr #14

Workflow file for this run

name: Image build
on:
push:
branches:
# Run on our main branch
- main
- develop
paths:
- file_checker_exec/**
pull_request:
# Run for any pull requests
paths:
- file_checker_exec/**
release:
types: [created]
jobs:
container-image-build:
uses: ./.github/workflows/component-container-image.yml
with:
context: file_checker_exec
image-path: ghcr.io/OneArgo/ArgoFormatChecker/app