We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02abd7 commit 6bca29bCopy full SHA for 6bca29b
1 file changed
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
context: "./"
117
push: false
118
load: true
119
- tags: "${{ env.INVOKE_PARSER_DOCKER_VERSION }}""
+ tags: "${{ env.INVOKE_PARSER_DOCKER_VERSION }}"
120
file: "./Dockerfile"
121
cache-from: "type=gha,scope=${{ env.INVOKE_PARSER_IMAGE_NAME }}-${{ env.INVOKE_PARSER_IMAGE_VER }}-py${{ matrix.python-version }}"
122
cache-to: "type=gha,scope=${{ env.INVOKE_PARSER_IMAGE_NAME }}-${{ env.INVOKE_PARSER_IMAGE_VER }}-py${{ matrix.python-version }}"
0 commit comments