Skip to content

Commit

Permalink
fix: add outut settings for action
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Feb 27, 2024
1 parent 1d4efd8 commit 77d6f54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/determine-docker-image-tag/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ outputs:
PRIMARY_TAG:
description: "highest priority docker image tag in tag list"
value: ${{ steps.determine_tag_name.outputs.PRIMARY_TAG }}
SECONDARY_TAGS:
description: "List of tags excluding the first one"
value: ${{ steps.determine_tag_name.outputs.SECONDARY_TAGS }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 77d6f54

Please sign in to comment.