Skip to content

Commit 7edf412

Browse files
committed
chore: 🤖 fix docker path
1 parent 3e14010 commit 7edf412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
3131
lambda: ${{ fromJson(needs.matrix.outputs.lambda) }}
3232
tensorflow: ${{ fromJson(needs.matrix.outputs.tensorflow )}}
33-
container: lambda:build-${{ matrix.lambda }}
33+
container: lambci/lambda:build-${{ matrix.lambda }}
3434
steps:
3535
- name: Echo variables
3636
run: |

0 commit comments

Comments
 (0)