Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
macstepien committed Aug 31, 2023
1 parent d879031 commit 163016f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platforms: "linux/amd64, linux/arm64"
ros_distro: "humble"
platforms: ["linux/amd64", "linux/arm64"]
ros_distro: ["humble"]

steps:

Expand All @@ -51,7 +51,6 @@ jobs:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
main_branch_name: ros2
build_type: ${{ inputs.build_type }}
dockerfile: ${{ matrix.dockerfile }}
ros_distro: ${{ matrix.ros_distro }}
platforms: ${{ matrix.platforms }}
# variables important only for stable release
Expand Down

0 comments on commit 163016f

Please sign in to comment.