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 d0e5bd1 commit e66c0ecCopy full SHA for e66c0ec
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: "Get tag version"
17
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
18
- name: "Print tag version"
19
- run: echo $TAG_VERSION
+ run: echo ${{ env.TAG_VERSION }}
20
- name: "Set up QEMU"
21
uses: docker/setup-qemu-action@v1
22
- name: "Set up Docker Buildx"
@@ -33,4 +33,4 @@ jobs:
33
push: true
34
file: docker/cpython.dockerfile
35
context: .
36
- tags: faasm/cpython:$TAG_VERSION
+ tags: faasm/cpython:${{ env.TAG_VERSION }}
VERSION
@@ -1 +1 @@
1
-0.0.4
+0.0.5
0 commit comments