Skip to content

Commit

Permalink
fix(ci/cd): extra char in pipline command (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur authored May 2, 2022
1 parent 617ea9f commit 0799639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Push pre-release images
if: ${{ github.event.release.prerelease }}
run: |
DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG}-pre"
DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG}-pre
docker buildx build --push --platform=$DOCKER_PLATFORMS \
-t $DOCKER_IMAGE_NAME:$DOCKER_IMAGE_TAG \
.
Expand Down

0 comments on commit 0799639

Please sign in to comment.