Skip to content

Commit 0542194

Browse files
committed
nå da
1 parent 5f5ada5 commit 0542194

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/docker-export.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)