File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3- docker buildx build -t sas_deb_builder sas_deb_builder
3+ docker buildx build -t $1 $1
Original file line number Diff line number Diff line change 22set -e
33# Based on juanjqo's https://github.com/Adorno-Lab/docker_recipes/blob/main/run_container.sh
44
5- docker run -it --name=sas_deb_builder \
5+ docker run -it --name=$1 \
66--rm --privileged --network=host --env=DISPLAY \
77sas_deb_builder /bin/bash
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ jobs:
9292 - name : Set up Docker Buildx
9393 uses : docker/setup-buildx-action@v3
9494
95- - name : Build and push ubuntu_24_dqrobotics_ros_jazzy_sas
95+ - name : Build and push sas_ros_jazzy
9696 uses : docker/build-push-action@v6
9797 with :
9898 platforms : linux/amd64,linux/arm64
9999 push : true
100- file : ubuntu_24/dqrobotics_ros_jazzy_sas /Dockerfile
101- tags : ${{ vars.DOCKER_USERNAME }}/ubuntu_24_dqrobotics_ros_jazzy_sas
100+ file : .devel/sas_ros_jazzy /Dockerfile
101+ tags : ${{ vars.DOCKER_USERNAME }}/sas_ros_jazzy
You can’t perform that action at this time.
0 commit comments