File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 password : ${{ secrets.GITHUB_TOKEN }}
3232
3333 # Get current latest tag from the repository
34- - name : get latest tag
35- uses : actions-ecosystem/action-get-latest-tag@v1
36- id : get-latest-tag
37- with :
38- semver_only : true
34+ # - name: get latest tag
35+ # uses: actions-ecosystem/action-get-latest-tag@v1
36+ # id: get-latest-tag
37+ # with:
38+ # semver_only: true
3939
4040 - name : div
4141 run : |
@@ -47,14 +47,14 @@ jobs:
4747 run : |
4848 ./submodules/isaac_ros_common/scripts/build_image_layers.sh -i aarch64.ros2_humble.main
4949
50- - name : Get image name
51- id : build_image
52- run : |
53- echo "image_name=${TARGET_IMAGE_NAME}" >> $GITHUB_OUTPUT
50+ # - name: Get image name
51+ # id: build_image
52+ # run: |
53+ # echo "image_name=${TARGET_IMAGE_NAME}" >> $GITHUB_OUTPUT
5454
5555
56- - name : Check image name
57- run : echo "The built image is ${{ steps.build_image.outputs.image_name }}"
56+ # - name: Check image name
57+ # run: echo "The built image is ${{ steps.build_image.outputs.image_name }}"
5858
5959
6060 # Tag image
You can’t perform that action at this time.
0 commit comments