mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
3a9a932791
Signed-off-by: Alexei Dodon <adodon@cisco.com>
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
|