Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreitung committed Oct 12, 2023
1 parent baf18ce commit d56ef6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ outputs:
labels:
description: "Labels added to container image"
value: ${{ steps.meta.outputs.labels }}

inputs:
image_name:
description: "name of the docker image. Example: redis-6"
Expand Down Expand Up @@ -47,6 +48,7 @@ inputs:
sysdig_secure_token:
description: "API token for Sysdig Scanning auth"
required: false

# wether to create git tag and push the image
dry_run:
description: "whether to actually create git tag and push the image"
Expand Down Expand Up @@ -232,9 +234,9 @@ runs:
echo "names=${names}" >> $GITHUB_OUTPUT
# By default the img tag is the bumped version of the last tag
# In some edge cases we need to append a string
# See "image_tag_string_suffix" in inputs section
- name: Add optional string suffix in img tag
# In some edge cases we need to prepend and/or append a string
# See "image_tag_string_suffix" or "image_tag_string_prefix" in inputs section
- name: Add optional suffix and-or prefix to docker image tag
shell: bash
id: image_tag
run: |
Expand Down

0 comments on commit d56ef6d

Please sign in to comment.