Skip to content

Commit

Permalink
Fluentd docker tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma committed Oct 19, 2020
1 parent ef327f2 commit 393f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_fluentd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if_false: latest
- name: Determine image tag
id: imagetag
run: echo "::set-output name=value::$(echo ${TAG_OR_BRANCH##*/}| sed 's/fluentd-///g')"
run: echo "::set-output name=value::$(echo ${TAG_OR_BRANCH##*/}| sed 's/fluentd-//g')"
env:
TAG_OR_BRANCH: ${{ steps.refortag.outputs.value }}
- name: Build Fluentd Image
Expand Down

0 comments on commit 393f047

Please sign in to comment.