We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d249988 commit d458510Copy full SHA for d458510
1 file changed
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
with:
103
poetry-version: "2.1.3"
104
- name: "Get image version"
105
- run: "echo INVOKE_JDIFF_IMAGE_VER=`poetry version -s`-py$${{ matrix.python-version }} >> $GITHUB_ENV"
+ run: "echo INVOKE_JDIFF_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV"
106
- name: "Set up Docker Buildx"
107
id: "buildx"
108
uses: "docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2" # v3.10.0
0 commit comments