Skip to content

Commit d458510

Browse files
authored
Update .github/workflows/ci.yml
1 parent d249988 commit d458510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
poetry-version: "2.1.3"
104104
- name: "Get image version"
105-
run: "echo INVOKE_JDIFF_IMAGE_VER=`poetry version -s`-py$${{ matrix.python-version }} >> $GITHUB_ENV"
105+
run: "echo INVOKE_JDIFF_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
106106
- name: "Set up Docker Buildx"
107107
id: "buildx"
108108
uses: "docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2" # v3.10.0

0 commit comments

Comments
 (0)