Skip to content

Commit

Permalink
fixed image tag in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo2410 committed Oct 25, 2023
1 parent 12c13f3 commit 16234f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ros2-docker.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/zsh

build() {
eval $(ssh-agent) && \
ssh-add ~/.ssh/GitHub && \
# eval $(ssh-agent) && \
# ssh-add ~/.ssh/GitHub && \
export DOCKER_BUILDKIT=1 && docker build \
-t ros2-docker:latest \
-t ghcr.io/flo2410/ros2-docker:latest \
/home/florian/syncthing/Development/ros/ros2-docker/
#--build-arg CACHEBUST=$(date +%s) \
# --ssh default=$(echo $SSH_AUTH_SOCK) \
Expand Down Expand Up @@ -36,7 +36,7 @@ run() {
--name=ros2-docker \
--hostname=ros2-docker \
--ipc=host \
ros2-docker:latest
ghcr.io/flo2410/ros2-docker:latest
# --device=/dev/ttyUSB0 \
}

Expand Down

0 comments on commit 16234f8

Please sign in to comment.