check images in container
All checks were successful
Build and Test / build-image (push) Successful in 5s
All checks were successful
Build and Test / build-image (push) Successful in 5s
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user