We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0710638 commit fd51b22Copy full SHA for fd51b22
.github/workflows/docker-build.yml
@@ -143,15 +143,11 @@ jobs:
143
# Create test directories
144
mkdir -p ./test_config ./test_logs ./test_exports
145
146
- # Basic image test - check if it runs and displays version
+ # Basic image test - check if it runs properly
147
docker run --rm \
148
-v $(pwd)/test_config:/app/config \
149
-v $(pwd)/test_logs:/app/logs \
150
-v $(pwd)/test_exports:/app/exports \
151
- ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} --version
152
-
153
- # Check if the help command works
154
- docker run --rm \
155
${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} --help
156
157
echo "Docker image tests passed successfully"
0 commit comments