Skip to content

Commit

Permalink
fix: add missing quotation mark in release.yml (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmargaritis committed Feb 1, 2024
2 parents ec2b3f2 + ea862de commit c36ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Python + Default Variant: ${{ env.POETRY_VERSION }}-python-${{ matrix.python }}"
if: matrix.is_default_variant
run: |
RELEASE_TAG="${BASE_RELEASE_TAG}-python-${{ matrix.python }}
RELEASE_TAG="${BASE_RELEASE_TAG}-python-${{ matrix.python }}"
docker pull $GIT_SHA_TAG
docker tag $GIT_SHA_TAG $RELEASE_TAG
docker push $RELEASE_TAG
Expand Down

0 comments on commit c36ccfc

Please sign in to comment.