This repository was archived by the owner on Apr 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 32
32
YYYYMMDD (eg. 20220124)
33
33
type : string
34
34
default : ' 20131206'
35
+ feature_branch_tag_suffix :
36
+ description : In case of "development" release from a feature branch specify the custom tag suffix
37
+ for the docker image
38
+ type : string
39
+ default : ' '
35
40
36
41
jobs :
37
42
build :
53
58
uses : actions/checkout@v2
54
59
55
60
- name : Build Docker Image
56
- uses : husarion-ci/ros-docker-img-action@v0.6
61
+ uses : husarion-ci/ros-docker-img-action@v0.7
57
62
with :
58
63
dockerhub_username : ${{ secrets.DOCKERHUB_USERNAME }}
59
64
dockerhub_token : ${{ secrets.DOCKERHUB_TOKEN }}
64
69
build_type : ${{ inputs.build_type }}
65
70
ros_distro : ${{ matrix.ros_distro }}
66
71
platforms : ${{ matrix.platforms }}
67
- # variables important only for stable release
72
+ # variables important only for stable release
68
73
target_distro : ${{ inputs.target_distro }}
69
74
target_release : ${{ inputs.target_release }}
70
75
target_date : ${{ inputs.target_date }}
76
+ # variables important only for development release
77
+ feature_branch_tag_suffix : ${{ inputs.feature_branch_tag_suffix }}
You can’t perform that action at this time.
0 commit comments