Skip to content

Commit

Permalink
Remove extra quote in build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Aug 16, 2024
1 parent 6eb8e09 commit 3033fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tags: datacatering/fluentd-elasticsearch:${{ env.VERSION }}
build-args: |
FLUENTD_VERSION=${{ env.VERSION }}
PLUGIN_ELASTICSEARCH_VERSION=${{ env.PLUGIN_ELASTICSEARCH_VERSION }}"
PLUGIN_ELASTICSEARCH_VERSION=${{ env.PLUGIN_ELASTICSEARCH_VERSION }}
- name: Build and push - gcs
uses: docker/build-push-action@v6
with:
Expand All @@ -43,4 +43,4 @@ jobs:
tags: datacatering/fluentd-gcs:${{ env.VERSION }}
build-args: |
FLUENTD_VERSION=${{ env.VERSION }}
PLUGIN_GCS_VERSION=${{ env.PLUGIN_GCS_VERSION }}"
PLUGIN_GCS_VERSION=${{ env.PLUGIN_GCS_VERSION }}

0 comments on commit 3033fc4

Please sign in to comment.