File tree 2 files changed +1
-12
lines changed 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 15
15
id : tag
16
16
uses : dawidd6/action-get-tag@v1
17
17
18
- - name : Set variables
19
- id : vars
20
- run : |
21
- fluentd_version_lookup="$(echo "${{ steps.tag.outputs.tag }}" | grep -ioP 'v\d+\.\d+')"
22
- fluentd_version_lookup="FLUENTD_${fluentd_version_lookup/./_}"
23
- fluentd_version_lookup="${fluentd_version_lookup/v/V}"
24
- echo "::set-output name=fluentd_version_lookup::${fluentd_version_lookup}"
25
-
26
18
- name : Docker meta
27
19
id : docker_meta
28
20
uses : crazy-max/ghaction-docker-meta@v1
61
53
push : true
62
54
tags : ${{ steps.docker_meta.outputs.tags }}
63
55
labels : ${{ steps.docker_meta.outputs.labels }}
64
- build-args : |
65
- FLUENTD_VERSION=${{ secrets[steps.vars.outputs.fluentd_version_lookup] }}
66
56
# - name: Update repo description
67
57
# uses: peter-evans/dockerhub-description@v2
68
58
# with:
Original file line number Diff line number Diff line change 1
- ARG FLUENTD_VERSION="v1.12"
2
- FROM fluent/fluentd:${FLUENTD_VERSION}
1
+ FROM fluent/fluentd:v1.12.3-1.0
3
2
4
3
# Use root account to use apk
5
4
USER root
You can’t perform that action at this time.
0 commit comments