Skip to content

Commit efc0681

Browse files
committed
update
1 parent 96b6b60 commit efc0681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-ubuntu20.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker public.ecr.aws/lambda/dotnet:6.0
1+
name: Docker mcr.microsoft.com/dotnet/sdk:6.0-focal
22

33
on:
44
pull_request:
@@ -19,5 +19,5 @@ jobs:
1919

2020
- name: docker build
2121
run: |
22-
cd docker/al2-dotnet6-opencv4.6.0
23-
docker build -t shimat/al2-dotnet6-opencv4.6.0 .
22+
cd docker/ubuntu20-dotnet6sdk-opencv4.6.0
23+
docker build -t shimat/ubuntu20-dotnet6sdk-opencv4.6.0 .

0 commit comments

Comments
 (0)