Skip to content

Commit c988b67

Browse files
committed
update workflow
1 parent f317325 commit c988b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-amazonlinux.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:5.0
1+
name: Docker public.ecr.aws/lambda/dotnet:6.0
22

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

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

0 commit comments

Comments
 (0)