Skip to content

Commit

Permalink
fixed distro
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Oct 9, 2023
1 parent e0b2ba6 commit 3ac0158
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: ouster-ros

on:
push:
branches:
- ros2
workflow_dispatch:

pull_request:
branches:
- ros2
# push:
# branches:
# - ros2

# pull_request:
# branches:
# - ros2

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fail-fast: false
matrix:
ros_distro:
- rolling
# - rolling
- humble
- iron
# - iron

permissions:
contents: read
Expand Down Expand Up @@ -61,6 +61,8 @@ jobs:
with:
context: .
file: Dockerfile
build-args: |
ROS_DISTRO=${{ matrix.ros_distro }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}-${{ matrix.ros_distro }}:${{ steps.date.outputs.date }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 3ac0158

Please sign in to comment.