Skip to content

Commit

Permalink
Explicitly set docker context
Browse files Browse the repository at this point in the history
The default git context would use the main branch...
  • Loading branch information
rhaschke committed Oct 4, 2023
1 parent 0c7e1ac commit 40dd10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: docker/build-push-action@v5
with:
file: .docker/Dockerfile
context: .
build-args: |
ROS_DISTRO=${{ matrix.ROS_DISTRO }}
target: tutorial_image
Expand Down

0 comments on commit 40dd10e

Please sign in to comment.