We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e14010 commit 7edf412Copy full SHA for 7edf412
.github/workflows/prepublish.yml
@@ -30,7 +30,7 @@ jobs:
30
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
31
lambda: ${{ fromJson(needs.matrix.outputs.lambda) }}
32
tensorflow: ${{ fromJson(needs.matrix.outputs.tensorflow )}}
33
- container: lambda:build-${{ matrix.lambda }}
+ container: lambci/lambda:build-${{ matrix.lambda }}
34
steps:
35
- name: Echo variables
36
run: |
0 commit comments