Skip to content

Commit 32313be

Browse files
authored
Merge pull request #182 from PauloFerreira25/feature-deploy-tag
Doc: Update readme - Optional parameters
2 parents d766dcc + 411c605 commit 32313be

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,36 @@ This repo contains the github actions for installing [AWS Copilot cli](https://g
4242
env: prod
4343
force: false # optional
4444
```
45+
46+
47+
## Optional parameters
48+
49+
### Name
50+
51+
In the with attribute, the name value can be used to define the name of the job to be published
52+
53+
```
54+
deploy:
55+
steps:
56+
- uses: ksivamuthu/[email protected]
57+
with:
58+
command: deploy
59+
app: your-awesome-app
60+
env: prod
61+
name: job-name
62+
```
63+
64+
### Tag
65+
66+
In the with attribute, the tag value can be used to define the tag image name
67+
68+
```
69+
deploy:
70+
steps:
71+
- uses: ksivamuthu/[email protected]
72+
with:
73+
command: deploy
74+
app: your-awesome-app
75+
env: prod
76+
tag: image-name
77+
```

0 commit comments

Comments
 (0)