Skip to content

Commit

Permalink
fix: regex for release branch tag (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns authored May 18, 2020
1 parent b71d1eb commit 089e3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
docker buildx build \
-f docker/Dockerfile \
--platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7,linux/386 \
-t robertslando/zwave2mqtt:$(echo ${GITHUB_REF} | sed "s/git\/refs\/tags\/v//") \
-t robertslando/zwave2mqtt:$(echo ${GITHUB_REF} | sed "s/refs\/tags\/v//") \
-t robertslando/zwave2mqtt:latest \
--push \
.

0 comments on commit 089e3f0

Please sign in to comment.