Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiU authored Jan 20, 2023
1 parent 4e4463e commit 297e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- if: github.event_name == 'release' && github.event.action == 'created'
run: |
# Remove prefix
TAG_NAME=${GITHUB_REF:10}
TAG_NAME=${GITHUB_REF:9}
# Change slashes to hyphens
TAG_NAME=${TAG_NAME//\//-}
docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t flyte/mqtt-io:${TAG_NAME} -t flyte/mqtt-io:latest --push --build-arg BUILDX_QEMU_ENV=true .
Expand Down

0 comments on commit 297e087

Please sign in to comment.