Skip to content

Commit db32b9c

Browse files
hopefully fix docker build
1 parent 6914cae commit db32b9c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
- uses: actions/download-artifact@v8
108108
with:
109109
name: diet-lambda-${{ matrix.arch }}
110-
- run: ls -lAhR
111110

112111
- uses: docker/build-push-action@v7
113112
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FROM amazonlinux
2-
COPY opt/extensions/diet-lambda /opt/extensions/diet-lambda
2+
COPY extensions/diet-lambda /opt/extensions/diet-lambda

0 commit comments

Comments
 (0)