Skip to content

Commit

Permalink
Update cd.yml - trim DOCKER_TAG (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbathgate committed Jul 20, 2020
1 parent 7f7452f commit c79799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- run: |
make \
-e BUILD_TARGET=runtime \
-e DOCKER_TAG="$GITHUB_REF" \
-e DOCKER_TAG="${GITHUB_REF##*/}" \
release deploy

0 comments on commit c79799e

Please sign in to comment.