diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 632dd1770..d1c687620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,8 +80,6 @@ jobs: push: true tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} - build-args: | - SEGMENT_WRITE_KEY=${{ secrets.SEGMENT_WRITE_KEY }} - name: Deployment Info run: 'echo "::warning::Will deploy docker tag/digest: ${{ steps.docker_meta.outputs.version }}/${{ steps.docker_push.outputs.digest }}"'