Skip to content

Commit

Permalink
Added layers - part 1 - ec5
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Sep 5, 2023
1 parent 7c8faf7 commit bd372c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo docker build --build-arg ros_distro=${{matrix.config.ros2_distro}} -t elandini84/r1images:dummy_devel .
elif [ ${{ github.event_name }} == 'workflow_dispatch' ]; then
echo "Building stable dummy image"
sudo docker build -t elandini84/r1images:dummy_stable .
sudo docker build --build-arg ros_distro=${{matrix.config.ros2_distro}} -t elandini84/r1images:dummy_stable .
else
echo "Failure!"
exit 1
Expand Down

0 comments on commit bd372c3

Please sign in to comment.