We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb1061 commit 579dd3dCopy full SHA for 579dd3d
.github/workflows/release.yml
@@ -33,3 +33,4 @@ jobs:
33
push: true
34
context: .
35
tags: faasm/cpython:${{ env.TAG_VERSION }}
36
+ build-args: FAASM_CPYTHON_VERSION=${{ env.TAG_VERSION }}
.github/workflows/tests.yml
@@ -36,6 +36,9 @@ jobs:
defaults:
37
run:
38
working-directory: /code/faasm-cpython
39
+ services:
40
+ redis:
41
+ image: redis
42
steps:
43
- name: "Fetch ref"
44
run: git fetch origin ${GITHUB_REF}:ci-branch
0 commit comments