Skip to content

Commit

Permalink
gh: fix ROS_DISTRO jammy->one for docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Jul 31, 2024
1 parent 6b3dc06 commit 83c8b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [noetic, jammy]
ROS_DISTRO: [noetic, one]
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
build-args: |
ROS_DISTRO=${{ matrix.ROS_DISTRO }}
MUJOCO_VERSIONS=${{ env.MUJOCO_VERSIONS }}
IMAGE_PREFIX=${{ matrix.ROS_DISTRO == 'jammy' && 'ubiagni/' || '' }}
IMAGE_PREFIX=${{ matrix.ROS_DISTRO == 'one' && 'ubiagni/' || '' }}
push: true
no-cache: ${{ steps.apt.outputs.no_cache || github.event_name == 'workflow_dispatch' }}
cache-from: type=registry,ref=${{ env.IMAGE }}
Expand Down

0 comments on commit 83c8b4d

Please sign in to comment.