An open API service indexing awesome lists of open source software.

https://github.com/stackguardian/wf-prestep-container

Docker container as pre Step workflow inf StackGuardian.io
https://github.com/stackguardian/wf-prestep-container

Last synced: about 1 year ago
JSON representation

Docker container as pre Step workflow inf StackGuardian.io

Awesome Lists containing this project

README

          

# wf-prestep-container
Docker container as pre Step workflow inf StackGuardian.io

## 1. Checkout

```shell
git clone https://github.com/StackGuardian/wf-prestep-container.git
```

## 2. Add script to the /scripts folder

## 3. Build docker image

```shell
docker build .
```

## 4. Login into registry

```shell
docker login -u -p
```

## 5. Push Image to a registry

```shell
docker push
```

## 6. Create Workflow Step Template

[Create a Workflow Step](https://docs.stackguardian.io/docs/develop/library/workflow_step/)