Skip to content

Commit

Permalink
Merge pull request #4 from marip8/update/snp-4.4
Browse files Browse the repository at this point in the history
Updated to SNP 4.4
  • Loading branch information
marip8 authored May 24, 2024
2 parents be344fe + c5a4f04 commit 89e2bc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: [humble]
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
2 changes: 1 addition & 1 deletion 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=humble-master
- TAG=humble-4.4
environment:
DISPLAY: $DISPLAY
XAUTHORITY: $XAUTHORITY
Expand Down

0 comments on commit 89e2bc2

Please sign in to comment.