check images in container
All checks were successful
Build and Test / build-image (push) Successful in 5s

This commit is contained in:
2025-12-31 10:22:35 +03:00
parent 5ec10934b6
commit 28048a300c

View File

@@ -13,8 +13,9 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build -t testimage:latest . # docker build -t testimage:latest .
docker run --rm testimage:latest dotnet pipelines-experiment.dll argumentXXX docker run --rm testimage:latest
docker images
- name: Run tests (example) - name: Run tests (example)