You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,16 @@ GitHub actions that enable an automated CI/CD pipeline
8
8
9
9
### Build-Test-Deploy
10
10
11
-
Build a docker image, run the testing harness, push to [GitHub Package Repository](https://github.com/STEM-C/CaSMM/packages) and [Heroku Container Registry](https://devcenter.heroku.com/articles/container-registry-and-runtime), and deploy the image to a target Heroku app
11
+
Build docker images, run the testing harness, push to [GitHub Package Repository](https://github.com/STEM-C/CaSMM/packages) and [Heroku Container Registry](https://devcenter.heroku.com/articles/container-registry-and-runtime), and deploy the image to a target Heroku app
12
12
13
13
```yaml
14
14
inputs:
15
-
image_name:
16
-
description: 'Name of the github package repo image'
17
-
required: true
18
15
image_tag:
19
16
description: 'Tag of the github package repo image'
0 commit comments