Skip to content

Commit

Permalink
skip iron
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Jul 1, 2024
1 parent 4eb203c commit 3338e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build-ws:
strategy:
matrix:
ros2_distro: [ iron, jazzy ]
ros2_distro: [ jazzy ]

name: Build and publish ros2-ws:${{ matrix.ros2_distro }}
uses: ./.github/workflows/reusable-build-push.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
BUILD_FLAGS+=(--build-arg BASE_TAG=${BASE_TAG})
VERSION_TAG="v${{ needs.check-version.outputs.version }}"
IMAGE_TAGS="${VERSION_TAG},${VERSION_TAG}-${ROS_DISTRO}","${ROS_DISTRO}"
IMAGE_TAGS="${VERSION_TAG},${VERSION_TAG}-${ROS_DISTRO}"
GIT_TAG="${VERSION_TAG}-${{ inputs.ros_distro}}"
BUILD_FLAGS+=(--build-arg VERSION=${GIT_TAG})
Expand Down

0 comments on commit 3338e1c

Please sign in to comment.