build-container-images-action/action.yml
Marc Cataford f24aedd382
All checks were successful
Push / static-analysis (push) Successful in 52s
chore(deps): setup-spud-action@v0.1
2024-11-08 21:55:36 -05:00

14 lines
406 B
YAML

name: Build Container Images
inputs:
service-definition:
description: Path to the Spud service definition to use.
default: ./service.yml
runs:
using: composite
steps:
- name: Setup Spud
uses: https://forge.karnov.club/spadinastan/setup-spud-action@v0.1
- name: Build images
run: |
spud build -d ${{ inputs.service-definition }}
podman image ls