Skip to content

Commit

Permalink
better build log
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jun 29, 2023
1 parent 789eb49 commit 814afe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ros-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Build Docker Image
- name: ${{ matrix.dockerfile }} | ${{ matrix.ros_distro }} | Build
uses: husarion-ci/ros-docker-img-action@v0.4
with:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulcanexus-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Build Docker Image
- name: ${{ matrix.dockerfile }} | ${{ matrix.ros_distro }} | Build
uses: husarion-ci/ros-docker-img-action@v0.4
with:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 814afe7

Please sign in to comment.