mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
3a9a932791
Signed-off-by: Alexei Dodon <adodon@cisco.com>
8 lines
165 B
YAML
8 lines
165 B
YAML
name: 'Stop localstack'
|
|
description: 'Stop localstack container'
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- shell: bash
|
|
if: always()
|
|
run: localstack stop
|