Skip to content

CI build for container action #1

CI build for container action

CI build for container action #1

name: CI build for container action
on:
workflow_dispatch:
jobs:
container-run:
runs-on: unbuntu-latest
steps:
- name: checkout
uses: actions/checkout@4
- name: run my container action
uses: ./DockerAction
with:
who-to-greet: everyone