Skip to content

Commit ce36199

Browse files
author
Daniel Lyne
committed
Quote the subcommand to fix lint
1 parent 3c86d31 commit ce36199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Derive Version Numbers
7878
run: |
7979
export REPO="${{ secrets.DOCKERHUB_USERNAME }}/svix-server"
80-
echo DOCKER_TAGS=$(echo "${{ github.event.release.tag_name }}" | sed -E "s#v([0-9]+)\.([0-9]+)\.([0-9]+)#${REPO}:latest,${REPO}:v\1.\2.\3,${REPO}:v\1.\2,${REPO}:v\1#") >> "$GITHUB_ENV"
80+
echo DOCKER_TAGS="$(echo "${{ github.event.release.tag_name }}" | sed -E "s#v([0-9]+)\.([0-9]+)\.([0-9]+)#${REPO}:latest,${REPO}:v\1.\2.\3,${REPO}:v\1.\2,${REPO}:v\1#")" >> "$GITHUB_ENV"
8181
8282
- name: Build and push Docker image
8383
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)