Skip to content

Commit

Permalink
Build telegraf always
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Nov 29, 2022
1 parent c837633 commit c32ba39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
image:
- name: telegraf
repo: influxdata/telegraf
suffix: "-alpine"
strategy: "check-upstream"
version: "latest"
strategy: "always"

- name: backup
version: "latest"
Expand Down
2 changes: 1 addition & 1 deletion telegraf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION

FROM telegraf:$VERSION
FROM telegraf:1.24-alpine

RUN apk --no-cache add ca-certificates smartmontools \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit c32ba39

Please sign in to comment.