Skip to content

Commit

Permalink
Added -t to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed May 17, 2024
1 parent bd8e16c commit 8364f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
docker build . -f Dockerfile_AMD64 -t image
docker run \
-t \
--network=host \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd)/main:/base-branch \
Expand Down

0 comments on commit 8364f06

Please sign in to comment.