Skip to content

Commit

Permalink
Merge pull request #8 from marip8/update/snp-4.4
Browse files Browse the repository at this point in the history
Update to run on SNP 4.4
  • Loading branch information
marip8 authored May 24, 2024
2 parents 5af2950 + 460376f commit 6496512
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
context: .
file: docker/Dockerfile
build-args: |
TAG=${{ matrix.distro }}-master
ROS_DISTRO=${{ matrix.distro }}
TAG=${{ matrix.distro }}-4.4
push: ${{ env.PUSH_DOCKER_IMAGE }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
distro: [foxy]
container:
image: ghcr.io/ros-industrial-consortium/scan_n_plan_workshop:${{ matrix.distro }}-master
image: ghcr.io/ros-industrial-consortium/scan_n_plan_workshop:${{ matrix.distro }}-4.4
env:
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
DEBIAN_FRONTEND: noninteractive
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ..
dockerfile: docker/Dockerfile
args:
- TAG=foxy-master
- TAG=foxy-4.4
environment:
DISPLAY: $DISPLAY
XAUTHORITY: $XAUTHORITY
Expand All @@ -14,7 +14,7 @@ services:
ROS_LOCALHOST_ONLY: $ROS_LOCALHOST_ONLY
ROS_DOMAIN_ID: $ROS_DOMAIN_ID
container_name: snp_automate_2022
image: ghcr.io/ros-industrial-consortium/snp_automate_2022:foxy-master
image: ghcr.io/ros-industrial-consortium/snp_automate_2022:foxy-4.4
stdin_open: true
tty: true
network_mode: host
Expand Down Expand Up @@ -63,4 +63,4 @@ services:
# Share the network with the host PC
network_mode: host
ipc: host
pid: host
pid: host

0 comments on commit 6496512

Please sign in to comment.