2024-11-08 03:31:44 +00:00
|
|
|
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
|
2024-11-09 02:55:36 +00:00
|
|
|
uses: https://forge.karnov.club/spadinastan/setup-spud-action@v0.1
|
2024-11-08 03:31:44 +00:00
|
|
|
- name: Build images
|
|
|
|
run: |
|
|
|
|
spud build -d ${{ inputs.service-definition }}
|
|
|
|
podman image ls
|