Skip to content

Commit

Permalink
0.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabuto committed Jun 17, 2021
1 parent 68826ab commit f8f3134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: build and deploy

on: release

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: shellcheck
run: shellcheck telegraf/run.sh
# - name: shellcheck
# run: shellcheck telegraf/run.sh
- name: build docker files
run: docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v ~/.docker:/root/.docker -v "$(pwd)":/data homeassistant/amd64-builder -t telegraf --all --test
- name: deploy docker files
Expand Down
2 changes: 1 addition & 1 deletion telegraf/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Telegraf",
"version": "0.5.7",
"version": "0.6.0",
"slug": "hassio_telegraf",
"description": "An addon to add telegraf to hassio.",
"url": "https://github.com/Sabuto/hassio-telegraf",
Expand Down

0 comments on commit f8f3134

Please sign in to comment.