Skip to content

Commit e66c0ec

Browse files
committed
Fix tag
1 parent d0e5bd1 commit e66c0ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Get tag version"
1717
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
1818
- name: "Print tag version"
19-
run: echo $TAG_VERSION
19+
run: echo ${{ env.TAG_VERSION }}
2020
- name: "Set up QEMU"
2121
uses: docker/setup-qemu-action@v1
2222
- name: "Set up Docker Buildx"
@@ -33,4 +33,4 @@ jobs:
3333
push: true
3434
file: docker/cpython.dockerfile
3535
context: .
36-
tags: faasm/cpython:$TAG_VERSION
36+
tags: faasm/cpython:${{ env.TAG_VERSION }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

0 commit comments

Comments
 (0)