Skip to content

Commit

Permalink
Rename and update
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jun 28, 2023
1 parent d1d5d59 commit 0e16ee3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- ros_melodic_cuda9.2_chainer
- ros_noetic
- ros_noetic_realsense
- ros_noetic_cuda11.3_tensorRT7.2
- ros_noetic_cuda11.3_tensorrt7.2
- ros_noetic_cuda11.3_torch1.10
name: build_${{ matrix.tag }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- ros_melodic_cuda9.2_chainer
- ros_noetic
- ros_noetic_realsense
- ros_noetic_cuda11.3_tensorRT7.2
- ros_noetic_cuda11.3_tensorrt7.2
- ros_noetic_cuda11.3_torch1.10
name: push_${{ matrix.tag }}
steps:
Expand All @@ -37,4 +37,4 @@ jobs:
with:
context: ./${{ matrix.image }}
push: true
tags: sktometometo/${{ matrix.image }}:${{ github.ref }}
tags: sktometometo/${{ matrix.image }}:${{ github.ref_name }}
File renamed without changes.

0 comments on commit 0e16ee3

Please sign in to comment.