Skip to content

Commit e7aba2b

Browse files
committed
adding missing docker arg; fixing powershell ls command
1 parent 04c7d92 commit e7aba2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/run-container-test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def create_docker_image(opts, oci_exe, base_image_name, packages):
116116
"build",
117117
"-t",
118118
image_name,
119+
".",
119120
])
120121
shell(cmd)
121122

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
echo "Building Docker images"
145145
./docker-images/build-all.sh
146146
echo "Built images:"
147-
ls -alsh dockcross-*
147+
ls dockcross-*
148148
- name: Build and Test ${{ env.PACKAGE_NAME }}
149149
run: |
150150
./gradlew build

0 commit comments

Comments
 (0)