diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d31e913..ab7100b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: @@ -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 }}