Skip to content

Commit

Permalink
try again without slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Mar 31, 2024
1 parent be5c130 commit 2e0a1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Create and publish a Docker image
on:
push:
paths:
- './dev/**'
- 'dev/**'
workflow_dispatch:

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY ./scripts .

RUN echo "source /home/dev/scripts/alias.sh" >> ~/.bashrc

# for usb/ip
# for usb/ip comms and get binary symlinked
EXPOSE 3240
RUN ln -sf /usr/lib/linux-tools-*/* /usr/bin/

Expand Down

0 comments on commit 2e0a1bc

Please sign in to comment.