mirror of
https://github.com/project-zot/zot.git
synced 2025-01-06 22:40:28 -05:00
9 lines
165 B
YAML
9 lines
165 B
YAML
|
name: 'Stop localstack'
|
||
|
description: 'Stop localstack container'
|
||
|
runs:
|
||
|
using: "composite"
|
||
|
steps:
|
||
|
- shell: bash
|
||
|
if: always()
|
||
|
run: localstack stop
|